diff --git a/templates/ed/flake.nix b/templates/ed/flake.nix index 07603fa..88072d2 100644 --- a/templates/ed/flake.nix +++ b/templates/ed/flake.nix @@ -58,10 +58,7 @@ r = (with pkgs.rpkgs.rPackages; [ - arrow - data_table fixest - pkgs.nvimcom ]) ++ extraRPackages; @@ -125,16 +122,10 @@ packages = [ nv - pkgs.nushell ] ++ nvimConfig.lib.devShellPackages evalResult.config; shellHook = - nvimConfig.lib.shellHook evalResult.config - + '' - if [ -z "''${NO_NUSHELL:-}" ]; then - exec nu - fi - ''; + nvimConfig.lib.shellHook evalResult.config; }; }); };