Compare commits

...

No commits in common. "cb7785a2b45d5aebf40ec55f0acd82751074399d" and "a1ac970df76f981a5c70705b96e1e66cfea132ab" 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 "app app $out" >> $out/nix-support/hydra-build-products
'';
}
else { };
});