From d7432778e21019c0dbc0b0fc88eb644cf238a63d Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Wed, 10 Mar 2021 23:53:46 +0100 Subject: [PATCH] flake.nix: set sinaraSystemsSrc for full-legacy --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;