Nix 2.34.6
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
UpgradeSettings Struct Reference
Inheritance diagram for UpgradeSettings:

Public Attributes

Setting< std::string > storePathUrl

Detailed Description

Settings related to upgrading Nix itself.

Member Data Documentation

◆ storePathUrl

Setting<std::string> UpgradeSettings::storePathUrl
Initial value:
{
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.
)"}

The URL of the file that contains the store paths of the latest Nix release.


The documentation for this struct was generated from the following file:
  • /builddir/build/BUILD/nix-2.34.6-build/nix-2.34.6/src/nix/upgrade-nix.cc