From 3a01fe9d6b9bd3e0ec6eb6120d2d44e70fc9a8eb Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 29 Apr 2026 10:22:05 -0500 Subject: [PATCH] remove tracked nix-store symlink for .pre-commit-config.yaml ArgoCD refuses to clone repos containing tracked symlinks that point outside the working tree. The .pre-commit-config.yaml symlink resolved to /nix/store/... on the local dev machine and broke remote checkouts. Generate it locally via direnv/nix instead. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) delete mode 120000 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 120000 index 173daa95..00000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1 +0,0 @@ -/nix/store/zx636v118rzzqzwafgrw2aybh7l0szrl-pre-commit-config.json \ No newline at end of file