We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b50ce commit 43b0025Copy full SHA for 43b0025
flake.nix
@@ -21,7 +21,7 @@
21
({ pkgs }: {
22
default = pkgs.mkShell
23
{
24
- packages = with pkgs; [ nodejs yarn emscripten python310 steam-run vsce ];
+ packages = with pkgs; [ nodejs yarn emscripten python310 vsce ];
25
shellHook = ''
26
if [ ! -d $(pwd)/.emscripten_cache ]; then
27
cp -R ${pkgs.emscripten}/share/emscripten/cache/ $(pwd)/.emscripten_cache
0 commit comments