flake.nix: set sinaraSystemsSrc for full-legacy

pull/45/head
Astro 2021-03-10 23:53:46 +01:00
parent b17c7ad7b5
commit d7432778e2
1 changed files with 2 additions and 1 deletions

View File

@ -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;