Skip to content

Commit afbbf2f

Browse files
committed
build(flake): add Rust toolchain (cargo/rustc/clippy/rustfmt) to the devShell
Groundwork for a native Rust printable-binary implementation (Rust GUI <-> Zig core transport). The local rustup toolchain on this machine is broken (missing libstd dylib), so the sandboxed nix toolchain is the path for both dev and CI.
1 parent 165a898 commit afbbf2f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@
202202

203203
# WebAssembly toolchain
204204
emscripten
205+
206+
# Rust toolchain (native Rust GUI<->core transport implementation)
207+
cargo
208+
rustc
209+
clippy
210+
rustfmt
205211
] ++ lib.optionals stdenv.isDarwin [ lldb ]
206212
++ lib.optionals (!stdenv.isDarwin) [ gdb ]
207213
++ linuxOnly;

0 commit comments

Comments
 (0)