From ef8664443ab9ef04b5927299cefc1a253249a9d1 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 9 Jun 2020 16:24:14 +0800 Subject: [PATCH] artiq-full: fix more conda paths --- 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 ad873f2..4988303 100644 --- a/artiq-full/conda-channel.nix +++ b/artiq-full/conda-channel.nix @@ -2,7 +2,7 @@ { jobs }: let - condaBuilderEnv = import { inherit pkgs; }; + condaBuilderEnv = import { inherit pkgs; }; in pkgs.runCommand "conda-channel" { } ''