keep direnv outputs (no gc)

This commit is contained in:
Dmitriy Kholkin 2023-04-25 17:45:26 +03:00
parent ace4a5ddab
commit c30b534e49

View File

@ -11,6 +11,10 @@ with config.deviceSpecific; {
extraOptions = ''
builders-use-substitutes = true
experimental-features = nix-command flakes
keep-outputs = true
keep-derivations = true
# Prevent Nix from fetching the registry every time
flake-registry = ${inputs.flake-registry}/flake-registry.json
'';