mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
don't garbage collect direnv flakes
This commit is contained in:
@ -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
|
||||||
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user