Kaynağa Gözat

Merge pull request #1667 from franekp/flake-use-direnv

Fix infinite loop that happens when using direnv
Chris Estreich 11 ay önce
ebeveyn
işleme
72f9162beb
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. 0 5
      flake.nix

+ 0 - 5
flake.nix

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