forked from M-Labs/nix-scripts
artiq-full: make purdue builds in ARTIQ-6+ only
This commit is contained in:
parent
756c256c77
commit
d86ea71a76
|
@ -70,8 +70,6 @@ let
|
|||
"ptb6"
|
||||
"ptbal"
|
||||
"ptbin"
|
||||
"purduemaster"
|
||||
"purduesatellite"
|
||||
"purpleberry"
|
||||
"qe"
|
||||
"qleds"
|
||||
|
@ -96,6 +94,8 @@ let
|
|||
"bonn1satellite"
|
||||
"hw2master"
|
||||
"hw2satellite"
|
||||
"purduemaster"
|
||||
"purduesatellite"
|
||||
"uamsterdam"
|
||||
]);
|
||||
|
||||
|
@ -173,6 +173,12 @@ let
|
|||
"1" = "hw2satellite";
|
||||
};
|
||||
};
|
||||
purdue = {
|
||||
master = "purduemaster";
|
||||
satellites = {
|
||||
"1" = "purduesatellite";
|
||||
};
|
||||
};
|
||||
});
|
||||
drtio-ddbs = pkgs.lib.attrsets.mapAttrs'
|
||||
(system: crates: pkgs.lib.attrsets.nameValuePair ("device-db-" + system)
|
||||
|
|
Loading…
Reference in New Issue