sisyphus/nixos/modules/nix/default.nix

7 lines
45 B
Nix
Raw Normal View History

2023-11-10 13:07:42 +01:00
{
imports = [
./flakes
./gc
];
}