From d86ea71a761e65fa3f20f78b6a5b8eb5b531b4c3 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 23 Jul 2020 17:01:13 +0800 Subject: [PATCH] artiq-full: make purdue builds in ARTIQ-6+ only --- artiq-full.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/artiq-full.nix b/artiq-full.nix index 994a50c..aa3bbee 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -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)