andir / npins

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

`npins init` is too silent #12

Closed gilligan closed 2 years ago

gilligan commented 2 years ago

Running npins init doesn't give any feedback on what it does:

$ npins init
$

It would be helpful to provide the user with some feedback on what actually happened.

piegamesde commented 2 years ago

Current output:

[INFO ] Welcome to npins!
[INFO ] Creating `tmp` directory
[INFO ] Writing default.nix
[INFO ] Writing initial sources.json with nixpkgs entry (need to fetch latest commit first)
[INFO ] Successfully written initial files to 'tmp'.

I think this can be closed now