Files
cnix/system/default.nix
2024-10-17 20:06:17 +02:00

9 lines
67 B
Nix

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