lix: add nix-update (#443236)

This commit is contained in:
Yureka
2025-09-22 06:58:23 +00:00
committed by GitHub
@@ -22,6 +22,7 @@
haskell,
nix-serve-ng,
colmena,
nix-update,
storeDir ? "/nix/store",
stateDir ? "/nix/var",
@@ -127,6 +128,11 @@ let
nix = self.lix;
inherit (self) nix-eval-jobs;
};
nix-update = nix-update.override {
nix = self.lix;
inherit (self) nixpkgs-review;
};
};
};