mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Merge pull request #1667 from franekp/flake-use-direnv
Fix infinite loop that happens when using direnv
This commit is contained in:
commit
72f9162beb
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