mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Did you know about https://direnv.net/
It is a nice tool that activates nix flake dev shells when entering project directory. Unfortunatelly it enters infinite loop when shellHook executes another inner zsh shell.
This commit is contained in:
parent
677e145a56
commit
a53206912c
1 changed files with 0 additions and 5 deletions
|
|
@ -16,14 +16,9 @@
|
|||
name = "roo-code";
|
||||
|
||||
packages = with pkgs; [
|
||||
zsh
|
||||
nodejs_18
|
||||
corepack_18
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
exec zsh
|
||||
'';
|
||||
};
|
||||
in {
|
||||
devShells = forAllSystems (system: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue