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:
parent
2c44599121
commit
c278dac42f
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
../modules/lib/cloneRepo.nix
|
../modules/lib/cloneRepo.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.homeDirectory = "/home/grfn";
|
||||||
|
|
||||||
programs.password-store.enable = true;
|
programs.password-store.enable = true;
|
||||||
|
|
||||||
grfn.impure.clonedRepos.passwordStore = {
|
grfn.impure.clonedRepos.passwordStore = {
|
||||||
|
|
Loading…
Reference in a new issue