Compare commits

...

No commits in common. "7826a5bbb19af146f369d2feb72e64892ee497f4" and "0c1d7156db3d2a1ebfd16d501f42d16076439c9e" have entirely different histories.

1 changed files with 6 additions and 0 deletions

View File

@ -95,6 +95,12 @@
then {
backend = packages.backend;
frontend = packages.frontend;
hydra-product = pkgs.runCommandNoCC "hydra-product" { } ''
cp -rs ${defaultPackage} $out
chmod +w $out
mkdir -p $out/nix-support
echo "doc app $out" >> $out/nix-support/hydra-build-products
'';
}
else { };
});