Document how the shell *should* be built

Currently parcel doesn't support NODE_PATH, so this can't actually be
used. Need to push an issue upstream.
pull/4/head
Tristan Daniël Maat 2021-04-11 03:13:48 +01:00
parent 75e60a40d4
commit c1deced611
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 13 additions and 0 deletions

View File

@ -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
# ];
# };
};
};
};