Skip to content

Commit a571f0b

Browse files
committed
Drop openssl from build inputs
1 parent 98a1778 commit a571f0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flake.nix

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
cargoLock = {
3232
lockFile = ./Cargo.lock;
3333
};
34-
nativeBuildInputs = [ pkg-config ];
35-
buildInputs = [ openssl ];
3634
checkFlags = [ "--skip=address::test::remote" ];
3735
};
3836
};

0 commit comments

Comments
 (0)