Remove ca-derivations again

This commit is contained in:
Smaug123
2022-02-06 13:06:46 +00:00
parent cf971dbbb9
commit 278ef5278d

View File

@@ -47,7 +47,7 @@ let python = import ./python.nix { inherit pkgs; }; in
nix.extraOptions = ''
auto-optimise-store = true
experimental-features = nix-command flakes ca-derivations
experimental-features = nix-command flakes
max-jobs = auto # Allow building multiple derivations in parallel
keep-outputs = true # Do not garbage-collect build time-only dependencies (e.g. clang)
# Allow fetching build results from the Lean Cachix cache