`nix search` broken with registry refs
Opened this issue · 1 comments
nrdxp commented
if setting default-flake = someRegistryFlake
such as nixpkgs
, nix search
just returns empty handed. It only seems to work by explicating a ref that doesn't reference the registry at all, i.e. github:owner/repo
. I worked around for now by simply interpolating default-flake = path:${self.inputs.nixpkgs}
which works without querying the registry.
dramforever commented
Using default-flake = flake:nixpkgs
should work. I'll check where default-flake = nixpkgs
breaks.