# SPDX-FileCopyrightText: V # SPDX-License-Identifier: OSL-3.0 with import ./nix; mkShell { packages = [ cargo cargo-watch clippy # needed by rust-analyzer rustc # core crate code rustfmt # format-on-save ]; }