Compare commits

...

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

1 changed files with 0 additions and 6 deletions

View File

@ -95,12 +95,6 @@
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 { };
});