flake.nix: set sinaraSystemsSrc for full-legacy
This commit is contained in:
parent
b17c7ad7b5
commit
d7432778e2
|
@ -71,7 +71,7 @@
|
||||||
artiq-board-generated =
|
artiq-board-generated =
|
||||||
(import ./artiq-board-generated {
|
(import ./artiq-board-generated {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
sinaraSystemsSrc = null; #sources.sinara-systems.outPath;
|
sinaraSystemsSrc = null;
|
||||||
sinaraSystemsRev = sources.sinara-systems.rev;
|
sinaraSystemsRev = sources.sinara-systems.rev;
|
||||||
sinaraSystemsHash = builtins.replaceStrings ["sha256-"] [""]
|
sinaraSystemsHash = builtins.replaceStrings ["sha256-"] [""]
|
||||||
sources.sinara-systems.narHash;
|
sources.sinara-systems.narHash;
|
||||||
|
@ -82,6 +82,7 @@
|
||||||
import ./artiq-full.nix {
|
import ./artiq-full.nix {
|
||||||
inherit pkgs a6p artiq-board-generated;
|
inherit pkgs a6p artiq-board-generated;
|
||||||
artiq-fast = artiq-fast-src;
|
artiq-fast = artiq-fast-src;
|
||||||
|
sinaraSystemsSrc = sources.sinara-systems.outPath;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
inherit artiq-fast artiq-full;
|
inherit artiq-fast artiq-full;
|
||||||
|
|
Loading…
Reference in New Issue