config/c3d2: unfiy nix.extraOptions

This commit is contained in:
Astro 2022-06-13 20:40:03 +02:00
parent 40f18f2be2
commit 4753f9cff7
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,6 @@ in {
nix = {
autoOptimiseStore = true;
extraOptions = "experimental-features = nix-command flakes";
gc = {
automatic = true;
dates = "06:00";
@ -158,6 +157,7 @@ in {
};
};
extraOptions = ''
experimental-features = nix-command flakes
builders-use-substitutes = true
'';
};