artiq-full/conda-channel: fix artiq-fast path

pull/44/head
Astro 2021-02-15 21:26:52 +01:00
parent 0c3f5161e1
commit bc1ffe4fbf
1 changed files with 1 additions and 1 deletions

View File

@ -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" { }
''