diff --git a/flake.nix b/flake.nix index 74c3c628e2..79006a2c6d 100644 --- a/flake.nix +++ b/flake.nix @@ -16,14 +16,9 @@ name = "roo-code"; packages = with pkgs; [ - zsh nodejs_18 corepack_18 ]; - - shellHook = '' - exec zsh - ''; }; in { devShells = forAllSystems (system: {