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
|
deploy-rs
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
# shellHook = ''
|
||||||
if [ -z "''${SKIP_MOD_WORKTREES:-}" ]; then
|
# if [ -z "''${SKIP_MOD_WORKTREES:-}" ]; then
|
||||||
mod_worktrees &
|
# mod_worktrees &
|
||||||
fi
|
# fi
|
||||||
'';
|
# '';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue