mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
include rust tools in shell instead of rustup
This commit is contained in:
parent
a4189e2a86
commit
20ea1354be
|
@ -1,11 +1,16 @@
|
||||||
{pkgs ? import <nixpkgs> {}}:
|
{pkgs ? import <nixpkgs> {}}:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs.buildPackages; [
|
nativeBuildInputs = with pkgs.buildPackages; [
|
||||||
rustup
|
rustc cargo gcc rustfmt clippy
|
||||||
|
|
||||||
pkg-config
|
pkg-config
|
||||||
xe
|
xe
|
||||||
lzma
|
lzma
|
||||||
cargo-tarpaulin
|
cargo-tarpaulin
|
||||||
gnumake
|
gnumake
|
||||||
|
|
||||||
|
# dotnet-sdk_8
|
||||||
];
|
];
|
||||||
|
|
||||||
|
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue