flake/darwin/nix/default.nix

7 lines
73 B
Nix

{...}: {
imports = [
./flake.nix
./nix.nix
./gc.nix
];
}