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:
parent
27628750ba
commit
038e56f4b4
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue