Skip to content

Commit 43b0025

Browse files
author
fidgetingbits
committed
remove steam-run now that web-tree-sitter isn't vendored
1 parent 60b50ce commit 43b0025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
({ pkgs }: {
2222
default = pkgs.mkShell
2323
{
24-
packages = with pkgs; [ nodejs yarn emscripten python310 steam-run vsce ];
24+
packages = with pkgs; [ nodejs yarn emscripten python310 vsce ];
2525
shellHook = ''
2626
if [ ! -d $(pwd)/.emscripten_cache ]; then
2727
cp -R ${pkgs.emscripten}/share/emscripten/cache/ $(pwd)/.emscripten_cache

0 commit comments

Comments
 (0)