about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 77b518c..08fce62 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,8 +61,6 @@
       };
     };
 
-    devShells.default = pkgs.callPackage ./shell.nix {
-      inherit (pkgs.nodePackages) typescript typescript-language-server;
-    };
+    devShells.default = pkgs.callPackage ./shell.nix {};
   });
 }