Need cc to compile serde.

This commit is contained in:
Lyle Mantooth 2022-05-22 12:58:35 -04:00
parent 903855910a
commit ca1c347386
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789

View file

@ -20,7 +20,7 @@
};
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;
};
});