Need cc
to compile serde.
This commit is contained in:
parent
903855910a
commit
ca1c347386
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
devShell = with pkgs; mkShell {
|
devShell = with pkgs; mkShell {
|
||||||
buildInputs = [ asar.defaultPackage.${system} cargo rustc rustfmt pre-commit rustPackages.clippy ];
|
buildInputs = [ asar.defaultPackage.${system} cargo gcc rustc rustfmt pre-commit rustPackages.clippy ];
|
||||||
RUST_SRC_PATH = rustPlatform.rustLibSrc;
|
RUST_SRC_PATH = rustPlatform.rustLibSrc;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue