nix: disable nix on darwin to use determinate nix instead
This commit is contained in:
parent
3071f22bc4
commit
4d7ac77074
1 changed files with 2 additions and 6 deletions
|
|
@ -25,12 +25,8 @@
|
|||
fi
|
||||
'';
|
||||
|
||||
# nix auto garbage collection
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
interval = { Weekday = 0; Hour = 0; Minute = 0; };
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
# use determinate nix
|
||||
nix.enable = false;
|
||||
|
||||
# changing this might break
|
||||
system.stateVersion = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue