Files
nix-config-ryan4yin/modules/darwin/default.nix

7 lines
76 B
Nix

{ mylib, ... }:
{
imports = (mylib.scanPaths ./.) ++ [
../base
];
}