diff --git a/shell.nix b/shell.nix index 0555690..4b4eeca 100644 --- a/shell.nix +++ b/shell.nix @@ -1,11 +1,16 @@ {pkgs ? import {}}: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ - rustup + rustc cargo gcc rustfmt clippy + pkg-config xe lzma cargo-tarpaulin gnumake + + # dotnet-sdk_8 ]; + + RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; }