Skip to content

Commit

Permalink
cacert fixes spawn_properly, generates_svgs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirner committed Jul 20, 2023
1 parent f7d99ef commit 12aa91e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion overlays/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ in {
in
prev.rustPlatform.buildRustPackage rec
{
inherit (old) meta pname nativeBuildInputs buildInputs;
inherit (old) meta pname buildInputs;
nativeBuildInputs = old.nativeBuildInputs or [] ++ [prev.cacert];
version = "0.3.2";
src = prev.fetchCrate {
inherit version;
Expand Down

0 comments on commit 12aa91e

Please sign in to comment.