aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index be81083..b9b471c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,10 +11,9 @@
shell = pkgs: with pkgs; mkShell {
buildInputs = [
- nodejs-18_x
- nodePackages.typescript
- nodePackages.typescript-language-server
just
+ nodejs-18_x
+ nodePackages.pnpm
];
};
in