We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f0884 commit 3234523Copy full SHA for 3234523
shell.nix
@@ -8,6 +8,9 @@ let
8
9
in
10
pkgs.mkShell {
11
+ nativeBuildInputs = with pkgs; [
12
+ pkg-config
13
+ ];
14
buildInputs = with pkgs;
15
[
16
rust
0 commit comments