comment out mod worktrees keeps doing weird stuff

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-02-13 01:39:20 -06:00
parent 9ae2d1e162
commit 247417be39

View file

@ -109,11 +109,11 @@
deploy-rs deploy-rs
]; ];
shellHook = '' # shellHook = ''
if [ -z "''${SKIP_MOD_WORKTREES:-}" ]; then # if [ -z "''${SKIP_MOD_WORKTREES:-}" ]; then
mod_worktrees & # mod_worktrees &
fi # fi
''; # '';
}; };
} }
); );