fix: Add rust-src as extension (#1001)

This commit is contained in:
Rafael
2025-07-03 09:26:29 +02:00
committed by GitHub
parent 2e643cdeb1
commit 70dd33eb09
2 changed files with 15 additions and 13 deletions

View File

@@ -33,7 +33,9 @@
devShells.default = pkgs.mkShell
{
nativeBuildInputs = with pkgs; [
rustToolchain
(rustToolchain.override {
extensions = ["rust-src"];
})
pkg-config
];
};