mirror of
https://github.com/nix-community/naersk
synced 2024-11-14 16:07:10 +00:00
Incremental lorri build
This commit is contained in:
parent
05dadd284e
commit
065a596541
1 changed files with 2 additions and 1 deletions
|
@ -118,12 +118,13 @@ with rec
|
|||
|
||||
with rec
|
||||
{ crates =
|
||||
{ lorri = buildPackageIncremental sources.lorri
|
||||
{ lorri = buildPackageIncremental (libb.readTOML "${sources.lorri}/Cargo.lock") "lorri" "0.1.0" sources.lorri
|
||||
{ override = _oldAttrs:
|
||||
{ BUILD_REV_COUNT = 1;
|
||||
RUN_TIME_CLOSURE = "${sources.lorri}/nix/runtime.nix";
|
||||
};
|
||||
doCheck = false;
|
||||
cargo = patchedCargo;
|
||||
};
|
||||
|
||||
ripgrep-all = buildPackage sources.ripgrep-all {};
|
||||
|
|
Loading…
Reference in a new issue