diff options
-rw-r--r-- | ci-builds.nix | 9 | ||||
-rw-r--r-- | users/glittershark/.skip-subtree | 6 |
2 files changed, 6 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 - ]; }) diff --git a/users/glittershark/.skip-subtree b/users/glittershark/.skip-subtree new file mode 100644 index 000000000000..8df5bc3f789f --- /dev/null +++ b/users/glittershark/.skip-subtree @@ -0,0 +1,6 @@ +There are a few things in this folder that fail to evaluate under +readTree. + +Some of these are nested deeper than things that evaluate fine, which +leads to a problem where the CI build scanner fails to step into +sub-attributes. |