From 7ab076f21cc00dc165c637c33bf6ee9a1e8deed8 Mon Sep 17 00:00:00 2001 From: Qyriad Date: Sun, 5 May 2024 10:56:51 -0600 Subject: [PATCH] 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 --- src/nix/upgrade-nix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix/upgrade-nix.cc b/src/nix/upgrade-nix.cc index ca8080f88..55f833833 100644 --- a/src/nix/upgrade-nix.cc +++ b/src/nix/upgrade-nix.cc @@ -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 overrideStorePath;