artiq-full: build new systems

pull/30/head
Sebastien Bourdeauducq 2019-10-10 17:17:19 +08:00
parent a2a58f0532
commit b7bc5ecc84
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@ let
let let
target = "kasli"; target = "kasli";
variants = [ variants = [
"afmaster"
"afsatellite"
"berkeley" "berkeley"
"berkeley2" "berkeley2"
"duke" "duke"
@ -70,6 +72,8 @@ let
"wipm2" "wipm2"
"wipm3" "wipm3"
"wipm4" "wipm4"
"wipm5master"
"wipm5satellite"
]; ];
artiq-fast = import ./fast { inherit pkgs; }; artiq-fast = import ./fast { inherit pkgs; };