forked from M-Labs/nix-scripts
flake.nix: set sinaraSystemsSrc for full-legacy
This commit is contained in:
parent
b17c7ad7b5
commit
d7432778e2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue