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:
Kiana Sheibani 2022-03-24 10:27:50 -04:00
parent 5268585665
commit 0ee2fd1e13

View file

@ -9,9 +9,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;