From cc12188d31be955ed9c7f79a1d23c36e73f16c99 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 6 Jul 2020 10:32:41 -0400 Subject: feat(gs/home): Integrate home-manager with depot Essentially the same as for nixos, so I can get whitby to compile stuff for me. Eventually I'll generalize this so things aren't as hardcoded to my particular setup, but for now I'm the only one in the depot who's using home-manager so this should be fine. Change-Id: I1cb0344f5a11eea68bddc98976999c0928dfa84e Reviewed-on: https://cl.tvl.fyi/c/depot/+/937 Tested-by: BuildkiteCI Reviewed-by: lukegb --- ci-builds.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ci-builds.nix') diff --git a/ci-builds.nix b/ci-builds.nix index 8be0953a87..b0bb6fa615 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -99,9 +99,11 @@ in lib.fix (self: { ]; glittershark = with depot.users.glittershark; [ - (systemFor system.system.chupacabra) xanthous keyboard.layout owothia + + (systemFor system.system.chupacabra) + system.home.chupacabra.activationPackage ]; }) -- cgit 1.4.1