forked from mirrors/nixpkgs
Aggregates should not have a build product
This commit is contained in:
parent
7ac6b10446
commit
7151b3719f
|
@ -47,6 +47,7 @@ rec {
|
|||
}
|
||||
''
|
||||
mkdir -p $out/nix-support
|
||||
touch $out/nix-support/hydra-build-products
|
||||
echo $constituents > $out/nix-support/hydra-aggregate-constituents
|
||||
|
||||
# Propagate build failures.
|
||||
|
|
Loading…
Reference in a new issue