Running with Nix¶
You can run nsv directly using Nix without directly installing its dependencies.
Installing Nix¶
Determinate Systems provides a quick and easy installer.
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
  sh -s -- install
Nix Run¶
With a single command, Nix will build and run nsv within your environment:
Passing command line arguments is also very easy: