1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-25 09:56:49 +03:00

Add motivation paragraph to 'Getting Started'

This commit is contained in:
Nicolas Mattia 2022-12-20 11:26:27 +01:00
parent 351d8bc316
commit 0b7666effa
2 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,8 @@ description](#commands).
### Getting started
Nix is a very powerful tool for building code and setting up environments. `niv` complements it by making it easy to describe and update remote dependencies (URLs, GitHub repos, etc). It is a simple, practical alternative to [Nix flakes](https://nixos.wiki/wiki/Flakes).
This section covers common use cases:
* [Bootstrapping a Nix project](#bootstrapping-a-nix-project).

View File

@ -81,6 +81,8 @@ description](#commands).
### Getting started
Nix is a very powerful tool for building code and setting up environments. `niv` complements it by making it easy to describe and update remote dependencies (URLs, GitHub repos, etc). It is a simple, practical alternative to [Nix flakes](https://nixos.wiki/wiki/Flakes).
This section covers common use cases:
* [Bootstrapping a Nix project](#bootstrapping-a-nix-project).