flake/nixos/nix/default.nix
2023-09-19 08:17:43 +08:00

9 lines
No EOL
75 B
Nix

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