diff --git a/nixos/nix.nix b/nixos/nix.nix index 8fe761a..f2c091a 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -15,7 +15,7 @@ nix = { # Choose from https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=nix - package = pkgs.nixVersions.latest; + # package = pkgs.nixVersions.latest; nixPath = [ "nixpkgs=${flake.inputs.nixpkgs}" ]; # Enables use of `nix-shell -p ...` etc registry.nixpkgs.flake = flake.inputs.nixpkgs; # Make `nix shell` etc use pinned nixpkgs