commented out nix.registry.nixpkgs.flake = nixpkgs; due to install error

This commit is contained in:
2025-11-13 22:46:00 +00:00
parent afeeb15bb7
commit f820b09120

View File

@@ -7,7 +7,7 @@
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.registry.nixpkgs.flake = nixpkgs;
# nix.registry.nixpkgs.flake = nixpkgs;
nixpkgs.config.allowUnfree = true;
environment.extraInit = ''
export NIXPKGS_ALLOW_UNFREE=1