modules: add darwin/nixos builder

This commit is contained in:
zowoq 2023-09-07 12:47:33 +10:00
parent 75bc5ca2c0
commit 820fdb8fd1
11 changed files with 32 additions and 1 deletions
modules/nixos

View file

@ -0,0 +1,7 @@
{
imports = [
../shared/builder.nix
];
nix.gc.dates = "hourly";
}