Files
cnix/system/default.nix
2024-09-15 15:04:11 +02:00

10 lines
81 B
Nix

let
shared = [
./etc
./nix
./modules
];
in {
inherit shared;
}