Unpin nixpkgs from config
It was a nice idea, but too much of a hassle to update for actual everyday use. The 'nix registry' commands are easier to use anyways.
This commit is contained in:
parent
5268585665
commit
0ee2fd1e13
|
@ -10,9 +10,6 @@ nixpkgs, # The flake's input version of nixpkgs
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.overlays = [ nur.overlay ];
|
nixpkgs.overlays = [ nur.overlay ];
|
||||||
|
|
||||||
# Pin nixpkgs to the flake input
|
|
||||||
nix.registry.nixpkgs.flake = nixpkgs;
|
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in a new issue