Skip to content

Commit

Permalink
remove steam-run now that web-tree-sitter isn't vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
fidgetingbits committed Sep 30, 2023
1 parent 60b50ce commit 43b0025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
({ pkgs }: {
default = pkgs.mkShell
{
packages = with pkgs; [ nodejs yarn emscripten python310 steam-run vsce ];
packages = with pkgs; [ nodejs yarn emscripten python310 vsce ];
shellHook = ''
if [ ! -d $(pwd)/.emscripten_cache ]; then
cp -R ${pkgs.emscripten}/share/emscripten/cache/ $(pwd)/.emscripten_cache
Expand Down

0 comments on commit 43b0025

Please sign in to comment.