diff --git a/flake.nix b/flake.nix index e3d9a92..fd7388a 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ artiq-board-generated = (import ./artiq-board-generated { inherit pkgs; - sinaraSystemsSrc = null; #sources.sinara-systems.outPath; + sinaraSystemsSrc = null; sinaraSystemsRev = sources.sinara-systems.rev; sinaraSystemsHash = builtins.replaceStrings ["sha256-"] [""] sources.sinara-systems.narHash; @@ -82,6 +82,7 @@ import ./artiq-full.nix { inherit pkgs a6p artiq-board-generated; artiq-fast = artiq-fast-src; + sinaraSystemsSrc = sources.sinara-systems.outPath; }; in { inherit artiq-fast artiq-full;