Skip to content

Commit

Permalink
Fix the nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed May 14, 2024
1 parent 209f114 commit 5a5e9a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@
version
cargoArtifacts;

# openssl and pkg-config are for git2; not needed if we switch to gitoxide
buildInputs = with pkgs; [ pkg-config ];
nativeBuildInputs = with pkgs; [ openssl ];

cargoExtraArgs = "${cargoBuildExtraArgs} ${extraBuildArgs} --package ${cargoPackage}";
} // extraArgs);

Expand Down

0 comments on commit 5a5e9a6

Please sign in to comment.