From 4935b2a973d12173dbd0d675a4543af9e1435c0b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 17 Feb 2019 12:52:48 +0800 Subject: [PATCH] attempt to avoid a full sinara-systems rebuild when one board is added --- sinara-systems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinara-systems.nix b/sinara-systems.nix index ffd4766..8f8114a 100644 --- a/sinara-systems.nix +++ b/sinara-systems.nix @@ -26,7 +26,7 @@ let in pkgs.lib.lists.foldr (variant: start: let - json = src + "/\''${variant}.json"; + json = builtins.toPath (src + "/\''${variant}.json"); boardBinaries = artiq-board { inherit target variant; buildCommand = "python -m artiq.gateware.targets.kasli_generic \''${json}";