Skip to content

Commit 5d431d8

Browse files
committed
fix(nix): add cacert to nativeCheckInputs
1 parent b7eb489 commit 5d431d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282

8383
nativeCheckInputs = with pkgs; [
8484
bash
85+
cacert
8586
];
8687
cargoTestFlags = [
8788
"--all"

0 commit comments

Comments
 (0)