Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 519c48a

Browse files
committed
add git to native build inputs
1 parent 9ee9195 commit 519c48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
path = lib.cleanSource ./.;
1818
};
1919

20-
nativeBuildInputs = [ pkgs.pkg-config ];
20+
nativeBuildInputs = [ pkgs.git pkgs.pkg-config ];
2121
buildInputs = [ pkgs.openssl ];
2222

2323
SQLX_OFFLINE = true;

0 commit comments

Comments
 (0)