From d1f7e5d25fe7ec890cc7908b603ab6ea22217f08 Mon Sep 17 00:00:00 2001 From: occheung Date: Mon, 14 Dec 2020 11:18:42 +0800 Subject: [PATCH] add wipm7 device database --- artiq-full.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/artiq-full.nix b/artiq-full.nix index 0ac8cb5..ba3bd57 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -183,6 +183,12 @@ let "1" = "purduesatellite"; }; }; + wipm7 = { + master = "wipm7master"; + satellites = { + "1" = "wipm7satellite"; + }; + }; }); drtio-ddbs = pkgs.lib.attrsets.mapAttrs' (system: crates: pkgs.lib.attrsets.nameValuePair ("device-db-" + system)