0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

lixPackageSets.latest.colmena: init (#407571)

Similar to nix-fast-build, this provides a version of colmena using Lix
This commit is contained in:
Yureka 2025-05-16 17:17:30 +02:00 committed by GitHub
parent 27628750ba
commit 038e56f4b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@
clangStdenv,
nix-direnv,
nix-fast-build,
colmena,
storeDir ? "/nix/store",
stateDir ? "/nix/var",
@ -93,6 +94,11 @@ let
nix-fast-build = nix-fast-build.override {
inherit (self) nix-eval-jobs;
};
colmena = colmena.override {
nix = self.lix;
inherit (self) nix-eval-jobs;
};
}
);
in