nmattia / niv

Easy dependency management for Nix projects
https://github.com/nmattia/niv
MIT License
1.52k stars 74 forks source link

niv init pulls lots of data #320

Closed yaitskov closed 3 years ago

yaitskov commented 3 years ago

net logger shows niv init pulls megabytes from internet, but generated nix folder is 16kb.

SuperSandro2000 commented 3 years ago

It is hashing the nixpkgs and niv repo for which it needs to download them.

nmattia commented 3 years ago

Completely agree! This has bugged me for a while. I also find the init command very slow. See #323 for a solution.