We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cardano-ops use niv to manage dependencies.
To update, eg. cardano-node to use a specific branch, run, inside nix-shell:
cardano-node
nix-shell
niv update cardano-node -b <branch>
Run niv show to list all components managed by niv.
niv show
niv