diff --git a/common/config/config.nix b/common/config/config.nix index a81d3b5..fa1630e 100644 --- a/common/config/config.nix +++ b/common/config/config.nix @@ -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;