We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e788916 commit a4c69d5Copy full SHA for a4c69d5
.gitignore
@@ -1,4 +1,5 @@
1
/.direnv/
2
+/.emscripten_cache/
3
/.make-work/
4
/.metals/
5
/.vscode-test/
flake.nix
@@ -22,7 +22,7 @@
22
({ pkgs }: {
23
default = pkgs.mkShell
24
{
25
- packages = with pkgs; [ node2nix nodejs pnpm yarn emscripten python310 steam-run ];
+ packages = with pkgs; [ node2nix nodejs pnpm yarn emscripten python310 steam-run vsce ];
26
shellHook = ''
27
if [ ! -d $(pwd)/.emscripten_cache ]; then
28
cp -R ${pkgs.emscripten}/share/emscripten/cache/ $(pwd)/.emscripten_cache
0 commit comments