# SPDX-FileCopyrightText: V # SPDX-FileCopyrightText: edef # SPDX-License-Identifier: OSL-3.0 with import ./nix; let inherit (gcc) cc; in mkShell { packages = [ cargo cargo-watch clippy # needed by rust-analyzer rustc # core crate code rustfmt # format-on-save # needed by prost-build protobuf # needed by fuser pkgconfig fuse # needed by git2 openssl ]; # needed by prost-build PROTOC = "protoc"; MINITRACE_CC1 = "${cc}/libexec/gcc/x86_64-unknown-linux-gnu/${cc.version}/cc1"; }