- Install Nix 2.32.4 (pinned via Determinate Systems 3.14.0 installer)
- Install profile flake
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix/tag/v3.14.0 | sh -s -- install
nix profile install .- Nix: Uninstall, then reinstall.
/nix/nix-installer uninstall # Then run the install command above - Profile: Find and upgrade the profile.
nix profile list nix profile upgrade <PROFILE-NAME>