comment out mod worktrees keeps doing weird stuff
This commit is contained in:
parent
9ae2d1e162
commit
247417be39
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -109,11 +109,11 @@
|
|||
deploy-rs
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
if [ -z "''${SKIP_MOD_WORKTREES:-}" ]; then
|
||||
mod_worktrees &
|
||||
fi
|
||||
'';
|
||||
# shellHook = ''
|
||||
# if [ -z "''${SKIP_MOD_WORKTREES:-}" ]; then
|
||||
# mod_worktrees &
|
||||
# fi
|
||||
# '';
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue