tv nix: auto-optimise-store = true

This commit is contained in:
tv 2022-12-05 14:35:20 +01:00
parent f8fb430fc1
commit dfd8f1f93c
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ with import <stockholm/lib>;
nix.binaryCaches = ["https://cache.nixos.org"];
nix.extraOptions = ''
auto-optimise-store = true
'';
nix.useSandbox = true;
}
{