replit / rippkgs

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

add `present` field to Package results #37

Closed cdmistman closed 5 months ago

cdmistman commented 5 months ago

Why

sometimes it's more useful to return whether a path is present than to just filter it out anyways

What changed

added new present field to the json output which returns whether a package is present

Test plan

airportyh commented 5 months ago

Will this be used by the UI?

cdmistman commented 5 months ago

Will this be used by the UI?

yes! just have to update the pid1 protos