add(nix): merge nix.extraOptions

This commit is contained in:
Léana 江 2024-03-07 00:40:37 +01:00 committed by Léana 江
parent f4d027ca72
commit 6b10ba13e8
2 changed files with 11 additions and 8 deletions

View file

@ -1,3 +1,13 @@
{
imports = [./substituters.nix];
imports = [./substituters.nix];
nix = {
extraOptions = ''
experimental-features = nix-command flakes
allow-import-from-derivation = true
keep-outputs = true
keep-derivations = true
'';
settings.auto-optimise-store = true;
};
}