andir / npins

Nix dependency pinning. Very similar to Niv but has a few features that I personally wanted.
European Union Public License 1.2
164 stars 12 forks source link

Allow initializing pins without creating the default.nix #48

Open andir opened 12 months ago

andir commented 12 months ago

This allows usage of npins for locking-only purposes where the consumer might have a copy of a default.nix already or where they provide their own implementation (and will fix breakage caused by newer versions of npins).

andir commented 12 months ago

This is similar to #30 but a bit more light weight. We can later on add another exectuable that works better for the use cases that #30 was aiming for.

piegamesde commented 11 months ago

How does this interact with the upgrade command?