Update upper bounds
Update bimap-many
Support nix <2.4 and stable commands
This program was made to solve the problem resulting from the following sequence of events:
nix-shell -p $library
, where $library
is needed for development$program
, which links with, or makes use of, $library
nix-collect-garbage
$program
now lacks $library
and breaksOrchid scans the given paths for references to the nix store and pins whatever it finds.
In other words, it makes nix take roots outside of the store+environments, hence the name.
Other nice features are:
Both a traditional default.nix and a flake are provided. Install with:
$ nix-env -f . -i
or:
nix install .?submodules=1
To scan PATH
for references and pin them, run
orchid pin PATH
Use the --help
flag to see more options.
You can send patches to my public-inbox mailing list or to any of the contacts listed at fgaz.me/about. Or you can send a pull request to the Codeberg mirror.
Issues are tracked at https://todo.sr.ht/~fgaz/orchid