Skip to content

Commit 3234523

Browse files
committed
Fix shell dependencies.
1 parent 48f0884 commit 3234523

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shell.nix

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ let
88

99
in
1010
pkgs.mkShell {
11+
nativeBuildInputs = with pkgs; [
12+
pkg-config
13+
];
1114
buildInputs = with pkgs;
1215
[
1316
rust

0 commit comments

Comments
 (0)