Commit graph

3 commits

Author SHA1 Message Date
Ruud van Asseldonk
f4d81bcbf0 Add wasm output to the Nix flake
I was tired of running three commands manually all the time, and also,
I want this to still work one year from now. So let's do it with Nix.
2024-03-05 21:09:04 +01:00
Ruud van Asseldonk
f5f2caf989 Pin Nixpkgs to a version with Rust 1.70
I started using the is_terminal method which was introduced in 1.70, but
the flake (and therefore CI) were using an older Rust version that did
not have it yet. It's better for them to be in sync, even if it means
they are not in sync across all of my repositories.

Thanks to nixhub.io for making it easy to find the right Nixpkgs
revision.
2023-10-03 21:54:04 +02:00
Ruud van Asseldonk
0625434b64 Add a Nix flake
This is very useful to be able to run all tests locally in one command,
because I now have three different check systems (Bison, golden.py, and
Cargo). And bonus, it can run exactly the same checks on CI!
2023-08-11 20:36:37 +02:00