Clean up and fully fix the build #4

Manually merged
tlater merged 6 commits from tlater/fix-build into master 2021-04-11 06:03:34 +01:00
Showing only changes of commit c1deced611 - Show all commits

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