Skip to content

Commit

Permalink
Drop openssl from build inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Oct 15, 2024
1 parent 98a1778 commit a571f0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
cargoLock = {
lockFile = ./Cargo.lock;
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
checkFlags = [ "--skip=address::test::remote" ];
};
};
Expand Down

0 comments on commit a571f0b

Please sign in to comment.