mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
don't garbage collect direnv flakes
This commit is contained in:
parent
4d38d1094f
commit
bf4be11718
@ -6,4 +6,10 @@
|
|||||||
config = { whitelist = { prefix = [ config.dotfilesPath ]; }; };
|
config = { whitelist = { prefix = [ config.dotfilesPath ]; }; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Prevent garbage collection
|
||||||
|
nix.extraOptions = ''
|
||||||
|
keep-outputs = true
|
||||||
|
keep-derivations = true
|
||||||
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user