commented out nix.registry.nixpkgs.flake = nixpkgs; due to install error
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.registry.nixpkgs.flake = nixpkgs;
|
# nix.registry.nixpkgs.flake = nixpkgs;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.extraInit = ''
|
environment.extraInit = ''
|
||||||
export NIXPKGS_ALLOW_UNFREE=1
|
export NIXPKGS_ALLOW_UNFREE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user