forked from lix-project/lix
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:
parent
03a20ef1ff
commit
7ab076f21c
|
@ -19,7 +19,7 @@ using namespace nix;
|
||||||
struct CmdUpgradeNix : MixDryRun, EvalCommand
|
struct CmdUpgradeNix : MixDryRun, EvalCommand
|
||||||
{
|
{
|
||||||
Path profileDir;
|
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;
|
std::optional<Path> overrideStorePath;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue