forked from lix-project/lix
Qyriad
ee5a1b5a4c
This allows manually specifying a store path for the new Nix that
gets linked into Nix's profile.
Change-Id: Ib71711ffb466febf4a6892e3fdbda644e053770d
7 lines
309 B
Markdown
7 lines
309 B
Markdown
---
|
|
synopsis: add --store-path argument to `nix upgrade-nix`, to manually specify the Nix to upgrade to
|
|
cls: 953
|
|
---
|
|
|
|
`nix upgrade-nix` by default downloads a manifest to find the new Nix version to upgrade to, but now you can specify `--store-path` to upgrade Nix to an arbitrary version from the Nix store.
|