diff --git a/flake.nix b/flake.nix index efab4df..27c5bc4 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,19 @@ typescript-language-server ] ++ packages.nodeEnv.shell.buildInputs; }; + + # TODO: This would be the ideal. Sadly, parcel isn't smart + # enough to pull its plugins from $NODE_PATH. + # + # + # devShell = packages.nodeEnv.shell.override { + # buildInputs = with prev; with nodePackages; [ + # node2nix + + # prettier + # typescript-language-server + # ]; + # }; }; }; };