From a53206912c849abb0cc640db351d95bbe1fb10e4 Mon Sep 17 00:00:00 2001 From: Wojciech Kordalski Date: Sat, 15 Mar 2025 11:27:33 +0100 Subject: [PATCH] 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. --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) 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: {