diff options
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 8be0953a87d4..b0bb6fa61528 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -99,9 +99,11 @@ in lib.fix (self: { ]; glittershark = with depot.users.glittershark; [ - (systemFor system.system.chupacabra) xanthous keyboard.layout owothia + + (systemFor system.system.chupacabra) + system.home.chupacabra.activationPackage ]; }) |