conda-channel: package name

tecpak
Sebastien Bourdeauducq 2019-07-18 00:15:11 +08:00
parent dfa2a4017e
commit b6b0080649
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
let
condaBuilderEnv = import <artiq-fast/conda-builder-env.nix> { inherit pkgs; };
in
pkgs.runCommand "blah" { }
pkgs.runCommand "conda-channel" { }
''
mkdir -p $out/noarch
for storepath in ${pkgs.lib.concatMapStringsSep " " builtins.toString (builtins.attrValues jobs)}; do