add store-auto-optimise to hs
Some checks failed
/ build-all (push) Failing after 1m10s

This commit is contained in:
ant 2025-10-17 11:16:46 +02:00
parent 2e7866d816
commit f27ed627ff

View file

@ -157,4 +157,6 @@ in {
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
}
];
nix.settings.store-auto-optimise = true;
}