[NixOS] Remove ca-references experimental extra-option

This commit is contained in:
Ivan Malison 2022-10-07 17:22:45 -06:00
parent 014c81db14
commit 9f553956ed
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -9,7 +9,7 @@
nix = {
extraOptions = ''
experimental-features = nix-command flakes ca-references
experimental-features = nix-command flakes
'';
registry.nixpkgs.flake = inputs.nixpkgs;
};