mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-07 15:38:41 +00:00
Remove ca-derivations again
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user