wiki/structured/cli.niv.org
Gabriel Arazas ae3656f006 Make the command line notes consistent
Just the title anyways. It makes easier to find aside from the file name
and also makes it clear in case I refer to them from other documents.
2021-06-20 10:22:13 +08:00

957 B

Command line: Niv

niv is a template generator for a quick start of creating a Nix environment with full reproducibility. It allows for a quick configuration of where to pin certain package sets (e.g., nixpkgs, NUR, your own package set) with a command line program.

  • niv init
  • Configuring your pins with niv show $SOURCE and editing nix/sources.json generated from niv init.
  • Using it by importing from your Nix files (e.g., default.nix, shell.nix).

You can also update the pins with niv update $SOURCE and you don't have to manually look into the repo for updating the pins. Though, Nix flakes are still the more attractive options IMO.

If you're looking to update the official channels, you can take a peek at status.nixos.org.