flake.lock: bump, Cargo.{toml,lock}: update inputs, fmt, lint

This commit is contained in:
2026-01-02 18:50:36 +09:00
parent bbe4cf05cb
commit 7cd0e879dc
5 changed files with 276 additions and 286 deletions

View File

@@ -42,8 +42,9 @@
devShells = forAllSystems (system: pkgs: toolchain: {
default = pkgs.mkShell {
nativeBuildInputs = [
nativeBuildInputs = with pkgs; [
toolchain
cargo-edit
];
RUST_SRC_PATH = "${toolchain}/lib/rustlib/src/rust/library";