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 // {