Skip to content

Updating components versions

Jean-Baptiste Giraudeau edited this page Oct 14, 2020 · 1 revision

Niv

Cardano-ops use niv to manage dependencies.

To update, eg. cardano-node to use a specific branch, run, inside nix-shell:

niv update cardano-node -b <branch>

Run niv show to list all components managed by niv.

Clone this wiki locally