Merge "point nix3-upgrade-nix to releases.lix.systems/manifest.nix" into main
This commit is contained in:
commit
4998699e1a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue