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

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.
Wojciech Kordalski 11 месяцев назад
Родитель
Сommit
a53206912c
1 измененных файлов с 0 добавлено и 5 удалено
  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: {