forked from M-Labs/nix-scripts
conda-channel: package name
This commit is contained in:
parent
dfa2a4017e
commit
b6b0080649
|
@ -4,7 +4,7 @@
|
||||||
let
|
let
|
||||||
condaBuilderEnv = import <artiq-fast/conda-builder-env.nix> { inherit pkgs; };
|
condaBuilderEnv = import <artiq-fast/conda-builder-env.nix> { inherit pkgs; };
|
||||||
in
|
in
|
||||||
pkgs.runCommand "blah" { }
|
pkgs.runCommand "conda-channel" { }
|
||||||
''
|
''
|
||||||
mkdir -p $out/noarch
|
mkdir -p $out/noarch
|
||||||
for storepath in ${pkgs.lib.concatMapStringsSep " " builtins.toString (builtins.attrValues jobs)}; do
|
for storepath in ${pkgs.lib.concatMapStringsSep " " builtins.toString (builtins.attrValues jobs)}; do
|
||||||
|
|
Loading…
Reference in New Issue