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
|
@ -9,9 +9,6 @@ nixpkgs, # The flake's input version of nixpkgs
|
|||
'';
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.overlays = [ nur.overlay ];
|
||||
|
||||
# Pin nixpkgs to the flake input
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Reference in a new issue