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 <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2022-01-29 12:56:54 -05:00 committed by clbot
parent 2c44599121
commit c278dac42f

View file

@ -13,6 +13,8 @@
../modules/lib/cloneRepo.nix
];
home.homeDirectory = "/home/grfn";
programs.password-store.enable = true;
grfn.impure.clonedRepos.passwordStore = {