diff --git a/common/flakes.nix b/common/flakes.nix index 02228e4..302f375 100644 --- a/common/flakes.nix +++ b/common/flakes.nix @@ -15,7 +15,7 @@ in { ''; # pin nixpkgs for system commands such as "nix shell" - registry.nixpkgs.flake = inputs.nixpkgs; + #registry.nixpkgs.flake = inputs.nixpkgs; }; }; }