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/shared

View file

@ -25,6 +25,6 @@ in
nixPath = pkgs.lib.mkForce [ "nixpkgs=${pkgs.path}" ];
gc.automatic = true;
gc.options = "--delete-older-than 14d";
gc.options = pkgs.lib.mkDefault "--delete-older-than 14d";
};
}