diff --git a/flake.nix b/flake.nix index 7a40c69..40bbaef 100644 --- a/flake.nix +++ b/flake.nix @@ -64,7 +64,7 @@ nix = { inherit (nix-config) extraOptions; registry = { - nixpkgs = { from = { id = "nixpkgs"; type = "indirect"; }; to = { owner = "nixos"; repo = "nixpkgs"; type = "github"; }; }; + # nixpkgs = { from = { id = "nixpkgs"; type = "indirect"; }; to = { owner = "nixos"; repo = "nixpkgs"; type = "github"; }; }; stable = { from = { id = "stable"; type = "indirect"; }; flake = inputs.nixpkgs; }; unstable = { from = { id = "unstable"; type = "indirect"; }; flake = inputs.nixpkgs-u; }; };