baseSystem: Remove ca-references

This commit is contained in:
PapaTutuWawa 2021-12-06 23:04:15 +01:00
parent 65ef35d358
commit e3046029df

View File

@ -163,7 +163,7 @@ in {
nix = {
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes ca-references
experimental-features = nix-command flakes
'';
registry = {
nixpkgs.flake = inputs.nixpkgs;