modules: add darwin/nixos builder
This commit is contained in:
parent
75bc5ca2c0
commit
820fdb8fd1
11 changed files with 32 additions and 1 deletions
modules/shared
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue