forked from M-Labs/nix-scripts
artiq-full: remove dependency of board packages on sinara-systems source (#21)
This commit is contained in:
parent
888481c0ce
commit
30e0886a16
|
@ -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 // {
|
||||
|
|
Loading…
Reference in New Issue