From 5c96703765ba68b10f0bba8200d801e1ed09fe5e Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 2 Jul 2020 18:47:39 -0400 Subject: feat(ci-builds): add chupacabra 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 Tested-by: BuildkiteCI --- ci-builds.nix | 4 ++++ users/glittershark/system/system/default.nix | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 users/glittershark/system/system/default.nix diff --git a/ci-builds.nix b/ci-builds.nix index 7038de51a8..e8fe648c08 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -96,4 +96,8 @@ in lib.fix (self: { finito homepage ]; + + glittershark = with depot.users.glittershark; [ + system.system.chupacabra + ]; }) 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; +} -- cgit 1.4.1