nix-dram icon indicating copy to clipboard operation
nix-dram copied to clipboard

`nix search` broken with registry refs

Open nrdxp opened this issue 3 years ago • 1 comments

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.

nrdxp avatar Oct 14 '21 20:10 nrdxp

Using default-flake = flake:nixpkgs should work. I'll check where default-flake = nixpkgs breaks.

dramforever avatar Oct 15 '21 07:10 dramforever