forked from M-Labs/nix-scripts
conda-channel: create win-64 output
This commit is contained in:
parent
a9830e0a51
commit
8fc3860e9d
|
@ -6,7 +6,7 @@ let
|
||||||
in
|
in
|
||||||
pkgs.runCommand "conda-channel" { }
|
pkgs.runCommand "conda-channel" { }
|
||||||
''
|
''
|
||||||
mkdir -p $out/noarch $out/linux-64
|
mkdir -p $out/noarch $out/linux-64 $out/win-64
|
||||||
for storepath in ${pkgs.lib.concatMapStringsSep " " builtins.toString (builtins.attrValues jobs)}; do
|
for storepath in ${pkgs.lib.concatMapStringsSep " " builtins.toString (builtins.attrValues jobs)}; do
|
||||||
hydra_build_products=$storepath/nix-support/hydra-build-products
|
hydra_build_products=$storepath/nix-support/hydra-build-products
|
||||||
if [ -f $hydra_build_products ]; then
|
if [ -f $hydra_build_products ]; then
|
||||||
|
|
Loading…
Reference in New Issue