lix: add nix-update

nix-update references nix and nixpkgs-review so we need to override it.
This commit is contained in:
Martin Häcker
2025-09-17 21:09:00 +02:00
parent a802171b9d
commit 76789bd9f0
@@ -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;
};
};
};