replit / rippkgs

A CLI for indexing and searching packages in Nix expressions
MIT License
151 stars 2 forks source link

genRegistry: just use the system to index for as a param #7

Closed cdmistman closed 6 months ago

cdmistman commented 6 months ago

Why

sometimes pkgs.system doesn't exist for some reason, and we need to be able to generate the registry in a pure environment. if we're gonna require it in a parameter, might as well simplify things a bit and only rely on the parameter

What changed

Test plan

n/a