[nix] No more nix.extraOptions

This commit is contained in:
Alyxia Sother 2023-05-08 13:46:42 +02:00
parent 31d6e4949e
commit d3d12c598c
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 1 additions and 3 deletions

View File

@ -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";