From b6b0080649d78da5c852b110a0ba31a1acb53122 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 18 Jul 2019 00:15:11 +0800 Subject: [PATCH] conda-channel: package name --- 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 e07c40c..23eb98a 100644 --- a/artiq-full/conda-channel.nix +++ b/artiq-full/conda-channel.nix @@ -4,7 +4,7 @@ let condaBuilderEnv = import { 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