[nix] Fix nix flags not applying

This commit is contained in:
Alyxia Sother 2023-04-20 14:50:03 +02:00
parent 8c48ec955e
commit 748e975083
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@
settings = {
experimental-features = [ "nix-command" "flakes" ];
};
extraOptions = ''
experimental-features = nix-command flakes
'';
gc = {
automatic = true;
options = "--delete-older-than 8d";