From c278dac42f34573e18fe092c5d5c0623d84dc846 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 29 Jan 2022 12:56:54 -0500 Subject: fix(grfn/home): Set home.homeDirectory option This avoids leaking $HOME from the environment into the build, which was previously causing yerenHome to get rebuilt on every single depot CI invocation. Change-Id: Icb3c32e91186468e548c7b86b1a12bf9adef4fe9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5118 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/system/home/modules/common.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/grfn') diff --git a/users/grfn/system/home/modules/common.nix b/users/grfn/system/home/modules/common.nix index 86e4ba400e..6871cadda1 100644 --- a/users/grfn/system/home/modules/common.nix +++ b/users/grfn/system/home/modules/common.nix @@ -13,6 +13,8 @@ ../modules/lib/cloneRepo.nix ]; + home.homeDirectory = "/home/grfn"; + programs.password-store.enable = true; grfn.impure.clonedRepos.passwordStore = { -- cgit 1.4.1