Installing nix-versions
All you need is Nix
Section titled “All you need is Nix”Since you will be installing packages from the nixpkgs repository,
the only requirement is to have the nix command on your system.
If you are running on a NixOS System you are all set.
Otherwise you can install it on any Linux, MacOS, Windows-WSL2. We recommend either the Lix or Determinate nix installers.
Running nix-versions directly.
Section titled “Running nix-versions directly.”Just run this command and skip all of this section.
nix run github:vic/nix-versionsInstalling on your system.
Section titled “Installing on your system.”If you want to avoid typing nix run everytime, you might consider
installing nix-versions on your profile.
nix profile install github:vic/nix-versionsnix-versions --help