diff options
author | Qyriad <qyriad@qyriad.me> | 2024-05-05 10:56:51 -0600 |
---|---|---|
committer | Qyriad <qyriad@qyriad.me> | 2024-05-05 17:45:50 +0000 |
commit | 7ab076f21cc00dc165c637c33bf6ee9a1e8deed8 (patch) | |
tree | cb785743f5640991a503ae6bf7f242d56c6c6c72 /src | |
parent | 03a20ef1ff11f7ed785f02d2965a1f8314d06132 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/upgrade-nix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<Path> overrideStorePath; |