1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 02:09:36 +01:00

Deprecate upgrade-nix command

This commit is contained in:
gustavderdrache 2025-05-06 14:41:09 -04:00
parent 5ed4a92e9e
commit 49da034ecd
3 changed files with 11 additions and 145 deletions

View file

@ -1217,11 +1217,12 @@ public:
Setting<std::string> upgradeNixStorePathUrl{
this,
"https://github.com/NixOS/nixpkgs/raw/master/nixos/modules/installer/tools/nix-fallback-paths.nix",
"",
"upgrade-nix-store-path-url",
R"(
Used by `nix upgrade-nix`, the URL of the file that contains the
store paths of the latest Nix release.
Deprecated. This option was used to configure how `nix upgrade-nix` operated.
Using this setting has no effect. It will be removed in a future release of Determinate Nix.
)"
};