flake/parts/default.nix
2024-06-12 10:16:53 +02:00

6 lines
54 B
Nix

{
imports = [
./deploy.nix
./dev.nix
];
}