conda-channel: package name

tecpak
Sebastien Bourdeauducq 2019-07-18 00:15:11 +08:00
父節點 dfa2a4017e
當前提交 b6b0080649
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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