about summary refs log tree commit diff
path: root/users/tazjin/home/shared.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-10T15·24+0200
committerclbot <clbot@tvl.fyi>2022-05-10T23·16+0000
commit71db4d45646563b8002126bf9985abcf31f69e5a (patch)
tree7de306cf4412c375f167e2e9b8f14f3d41ac30e3 /users/tazjin/home/shared.nix
parent47fdd8c954ee51494b6fed58b1e20e7fe3fe2973 (diff)
chore(tazjin/home): Set /depot as safe directory in git r/4057
This silences some new git warning about whatever.

Change-Id: Iaa5225a307b850a756871fa5f494d687eb020fd7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5574
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/home/shared.nix')
-rw-r--r--users/tazjin/home/shared.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix
index ade1e3a983..b56b4003f1 100644
--- a/users/tazjin/home/shared.nix
+++ b/users/tazjin/home/shared.nix
@@ -46,6 +46,7 @@
     extraConfig = {
       pull.rebase = true;
       init.defaultBranch = "canon";
+      safe.directory = [ "/depot" ];
     };
   };