tweag / topiary

https://topiary.tweag.io/
MIT License
549 stars 24 forks source link

chore: add our scripts to our flake.nix #687

Closed ErinvanderVeen closed 6 months ago

ErinvanderVeen commented 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.

This allows running: nix run .#update-wasm-grammars for instance, but also makes them easily available when in our nix develop-shell.