Merge "point nix3-upgrade-nix to releases.lix.systems/manifest.nix" into main

This commit is contained in:
Qyriad 2024-05-05 19:47:36 +00:00 committed by Gerrit Code Review
commit 4998699e1a

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;