about summary refs log tree commit diff
path: root/users/glittershark/system/system/default.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-02T22·47-0400
committerglittershark <grfn@gws.fyi>2020-07-02T23·19+0000
commit5c96703765ba68b10f0bba8200d801e1ed09fe5e (patch)
tree49a050073067a5ee7f334fb83e0e7bd4c0c08b33 /users/glittershark/system/system/default.nix
parent0bd0ca09a39cc8e26ccdc8a08c61d468b76522cb (diff)
feat(ci-builds): add chupacabra r/1180
My laptop, so I can recompile linux-ck not on my machine

Change-Id: Ib42e0440628be6a4d03999220ab2c69b19d6e391
Reviewed-on: https://cl.tvl.fyi/c/depot/+/884
Reviewed-by: BuildkiteCI
Reviewed-by: lukegb <lukegb@tvl.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/system/default.nix')
-rw-r--r--users/glittershark/system/system/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/glittershark/system/system/default.nix b/users/glittershark/system/system/default.nix
new file mode 100644
index 0000000000..dc9e9a7596
--- /dev/null
+++ b/users/glittershark/system/system/default.nix
@@ -0,0 +1,7 @@
+{ depot, ... }:
+
+{
+  chupacabra = (depot.third_party.nixos {
+    configuration = import ./machines/chupacabra.nix;
+  }).system;
+}