lixPackageSets.stable.nurl: init at 0.4.0 (#488574)

This commit is contained in:
Michael Daniels
2026-02-21 02:45:41 +00:00
committed by GitHub
@@ -25,6 +25,7 @@
colmena,
nix-update,
nix-init,
nurl,
storeDir ? "/nix/store",
stateDir ? "/nix/var",
@@ -143,6 +144,11 @@ let
nix-init = nix-init.override {
nix = self.lix;
inherit (self) nurl;
};
nurl = nurl.override {
nix = self.lix;
};
};
};