From 8fc3860e9d977495656243034612e017b2a445f4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 14 Jun 2020 22:50:02 +0800 Subject: [PATCH] conda-channel: create win-64 output --- artiq-full/conda-channel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-full/conda-channel.nix b/artiq-full/conda-channel.nix index 27babb2..644888e 100644 --- a/artiq-full/conda-channel.nix +++ b/artiq-full/conda-channel.nix @@ -6,7 +6,7 @@ let in 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 hydra_build_products=$storepath/nix-support/hydra-build-products if [ -f $hydra_build_products ]; then