mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] No more nix.extraOptions
This commit is contained in:
parent
31d6e4949e
commit
d3d12c598c
1 changed files with 1 additions and 3 deletions
|
@ -130,10 +130,8 @@
|
|||
package = pkgs.nix;
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
build-users-group = "nixbld";
|
||||
};
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 8d";
|
||||
|
|
Loading…
Reference in a new issue