andir / npins

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

`npins init` documentation is not ideal #14

Open gilligan opened 2 years ago

gilligan commented 2 years ago
$ npins help init
npins-init 0.1.0
Intializes the npins directory. Running this multiple times will restore/upgrade the `default.nix` and never touch your
pins.json

This doesn't mention anything about nixpkgs being added by default. This information can only be derived by discovering the bare option which hints at the fact that by default a pin for nixpkgs is indeed being added.

eclairevoyant commented 1 year ago

This issue should be closeable, as both the readme and help subcommand include this info now