nix: enable esbuild by default (#40727)

This commit is contained in:
Noah S-C 2022-08-23 05:14:44 -07:00 committed by GitHub
parent 9a967e09e7
commit f46f2ee699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,4 +96,6 @@ pkgs.mkShell {
CTAGS_COMMAND = "${universal-ctags}/bin/universal-ctags";
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
DEV_WEB_BUILDER = "esbuild";
}