Closed ErinvanderVeen closed 7 months ago
This PR moves all of our utility scripts into their own bin/ directory, and adds all of them to our shell, as well as our packages flake output.
bin/
packages
This allows running: nix run .#update-wasm-grammars for instance, but also makes them easily available when in our nix develop-shell.
nix run .#update-wasm-grammars
nix develop
This PR moves all of our utility scripts into their own
bin/
directory, and adds all of them to our shell, as well as ourpackages
flake output.This allows running:
nix run .#update-wasm-grammars
for instance, but also makes them easily available when in ournix develop
-shell.