Closed cdmistman closed 5 months ago
sometimes it's more useful to return whether a path is present than to just filter it out anyways
added new present field to the json output which returns whether a package is present
present
nix run .#rippkgs -- --json rust | jq
Will this be used by the UI?
yes! just have to update the pid1 protos
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 presentTest plan
nix run .#rippkgs -- --json rust | jq
might have some results that are present and some that aren't