Fix infinite loop that happens when using direnv
@@ -16,14 +16,9 @@
name = "roo-code";
packages = with pkgs; [
- zsh
nodejs_18
corepack_18
];
-
- shellHook = ''
- exec zsh
- '';
};
in {
devShells = forAllSystems (system: {