conda-channel: package name

tecpak
Sebastien Bourdeauducq 2019-07-18 00:15:11 +08:00
コミット 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