point nix3-upgrade-nix to releases.lix.systems/manifest.nix

This file is currently manually managed, but will be automated along
with the rest of the release process.

Change-Id: I77839919549aaac73de582b2e563ce3ef914a8cb
This commit is contained in:
Qyriad 2024-05-05 10:56:51 -06:00
parent 03a20ef1ff
commit 7ab076f21c

View file

@ -19,7 +19,7 @@ using namespace nix;
struct CmdUpgradeNix : MixDryRun, EvalCommand
{
Path profileDir;
std::string storePathsUrl = "https://github.com/NixOS/nixpkgs/raw/master/nixos/modules/installer/tools/nix-fallback-paths.nix";
std::string storePathsUrl = "https://releases.lix.systems/manifest.nix";
std::optional<Path> overrideStorePath;