Skip to content

Commit 901c92a

Browse files
committed
remove unused packages
1 parent 17a5beb commit 901c92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
devShells = forEachSupportedSystem ({ pkgs }: {
1515
default = pkgs.mkShell {
16-
packages = with pkgs; [ node2nix nodejs nodePackages.pnpm nodePackages.typescript-language-server ];
16+
packages = with pkgs; [ nodejs nodePackages.typescript-language-server ];
1717
};
1818
});
1919
};

0 commit comments

Comments
 (0)