1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/data/README.md
Nicolas Mattia 527494090f Speed up initialization
This speeds up the `niv init` command by getting rid of
`nix-prefetch-url` calls (by default). In particular:
* `niv` itself is not added anymore
* `nixpkgs` is fetched from a "known" version
2021-06-07 18:03:50 +02:00

5 lines
144 B
Markdown

# Data
`./nixpkgs.json` is the default value used by niv when initializing `nixpkgs`.
The executable fetches the latest version from the repo.