diff options
author | Vincent Ambo <mail@tazj.in> | 2020-08-26T22·53+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-08-26T23·49+0000 |
commit | 475d41f698415919093ca98f676ffcda218093ac (patch) | |
tree | 1206116030193a605bde09b829d8dedfab4c3106 | |
parent | 8acbde4e1530c618c45ef46521216d43cb34351a (diff) |
chore(glittershark): Temporarily skip grfn's subtree r/1718
... explanation within. Change-Id: Ia357d30577fcc8b3d8ebc85288683e50cc318fea Reviewed-on: https://cl.tvl.fyi/c/depot/+/1847 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
-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. |