3 Commits

Author SHA1 Message Date
George Thomas
23c0777425 Fix Rust Analyzer
Previously we had warnings about sysroot, and limited feedback. This fix is from the Crane docs section about building standard library crates.
2025-12-04 09:50:55 +00:00
George Thomas
2950ff778e Add simple Rust Crane project
The Nix code is taken from the Crane docs, and adapted for merging with the existing Haskell.Nix flake. The other files are from `cargo init`, with minor modifications, and `cargo generate-lockfile`.

The default dev shell contains tools for both languages.

We can now run `nix build .#rust` and `nix build .#haskell`, where the latter was previously `nix build .#aoc:exe:aoc`.
2025-12-02 16:42:44 +00:00
George Thomas
f193b7c359 Initial 2025-12-02 00:32:49 +00:00