Просмотр исходного кода

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

Fix infinite loop that happens when using direnv
Chris Estreich 11 месяцев назад
Родитель
Сommit
72f9162beb
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      flake.nix

+ 0 - 5
flake.nix

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