From 30e0886a163c6e10807c33c4f6495bf3a5638866 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 13 Jul 2020 00:23:45 +0800 Subject: [PATCH] artiq-full: remove dependency of board packages on sinara-systems source (#21) --- artiq-full.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artiq-full.nix b/artiq-full.nix index 1f599f4..6495838 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -111,7 +111,8 @@ let json = builtins.toPath (src + "/\''${variant}.json"); boardBinaries = artiq-board { inherit target variant; - buildCommand = "python -m artiq.gateware.targets.kasli_generic \''${json}"; + src = json; + buildCommand = "python -m artiq.gateware.targets.kasli_generic \$src"; }; in start // {