mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
Make hydraJobs.build
include the constituent packages
We were only doing that for the more exotic builds, just forgot.
This commit is contained in:
parent
e48abec567
commit
5e806673c3
@ -41,7 +41,8 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Binary package for various platforms.
|
# Binary package for various platforms.
|
||||||
build = forAllSystems (system: self.packages.${system}.nix);
|
build = forAllPackages (pkgName:
|
||||||
|
forAllSystems (system: self.packages.${system}.${pkgName}));
|
||||||
|
|
||||||
shellInputs = forAllSystems (system: self.devShells.${system}.default.inputDerivation);
|
shellInputs = forAllSystems (system: self.devShells.${system}.default.inputDerivation);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user