mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Fix nix flags not applying
This commit is contained in:
parent
8c48ec955e
commit
748e975083
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@
|
|||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 8d";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue