From bc1ffe4fbf0df646f1aae993941f80dcf109b058 Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Mon, 15 Feb 2021 21:26:52 +0100 Subject: [PATCH] artiq-full/conda-channel: fix artiq-fast path --- 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 06132e4..e54c356 100644 --- a/artiq-full/conda-channel.nix +++ b/artiq-full/conda-channel.nix @@ -2,7 +2,7 @@ { jobs }: let - condaBuilderEnv = import ../artiq-fast/conda/builder-env.nix { inherit pkgs; }; + condaBuilderEnv = import (artiq-fast + "/conda/builder-env.nix") { inherit pkgs; }; in pkgs.runCommand "conda-channel" { } ''