Remove ca-references as per #112

This commit is contained in:
Gytis Ivaskevicius 2022-03-14 12:34:30 +02:00
parent 7bf16bd123
commit 6c76c06f9d

View File

@ -172,7 +172,7 @@ let
})
(optionalAttrs (options ? nix.extraOptions) {
nix.extraOptions = "extra-experimental-features = nix-command ${lib.optionalString (!lib.versionAtLeast config.nix.package.version "2.5pre") "ca-references"} flakes";
nix.extraOptions = "extra-experimental-features = nix-command flakes";
})
{