mirror of
https://github.com/nix-dot-dev/nix.dev.git
synced 2024-11-20 16:59:31 +03:00
dependency-management.md: update niv references
`niv` is not exactly unmaintained - the most recent commit is from less than two months ago. Let's rewrite this in a more neutral manner.
This commit is contained in:
parent
76d7323762
commit
72a834a278
@ -95,8 +95,9 @@ nix-build .. -A build --arg sources 'import ./npins'
|
||||
|
||||
## Migrating from `niv`
|
||||
|
||||
A previous version of this guide recommended using [`niv`](https://github.com/nmattia/niv/), which is not maintained anymore.
|
||||
If you have a project using `niv`, import remote source definitions into `npins`:
|
||||
A previous version of this guide recommended using [`niv`](https://github.com/nmattia/niv/), a similar pin manager written in Haskell.
|
||||
|
||||
If you have a project using `niv`, you can import remote source definitions into `npins`:
|
||||
|
||||
```shell-session
|
||||
npins import-niv
|
||||
|
Loading…
Reference in New Issue
Block a user