diff options
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index f686bbf2441f..51fa11bd453c 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -116,13 +116,4 @@ in lib.fix (self: { (systemFor nixos.camden) (systemFor nixos.frog) ]; - - glittershark = with depot.users.glittershark; [ - # xanthous - keyboard.layout - owothia - - (systemFor system.system.chupacabra) - system.home.chupacabra.activationPackage - ]; }) |