stable
Clone or download
Read-only
request #26743: Evaluate all Nix derivations of "additional packages" at once
By doing that we evaluate nixpkgs only once which save a bit a of time. It also put all the build logic inside the Nix derivation instead of glueing everything with `find` and some Bash code. Change-Id: I68986d1af47bf71c6c02409c942dfbf2b80a6b86
Modified Files
Name | ||||
---|---|---|---|---|
M | tools/rpm/build_rpm_inside_container.sh | +2 | −6 | Go to diff View file |
A | tools/rpm/rpm-additional-packages.nix | +14 | −0 | Go to diff View file |