Skip to content

Commit

Permalink
Merge pull request #117 from dotboris/fix-mac-flake
Browse files Browse the repository at this point in the history
Fix flake on macos
  • Loading branch information
dotboris committed May 13, 2024
2 parents 8d1c8a8 + e42b527 commit 975cfb4
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 @@ -24,6 +24,10 @@
commonArgs = {
inherit src;
strictDeps = true;
buildInputs = pkgs.lib.optionals pkgs.stdenv.isDarwin [
# Additional darwin specific inputs can be set here
pkgs.libiconv
];
};
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
cdo = craneLib.buildPackage (commonArgs
Expand Down

0 comments on commit 975cfb4

Please sign in to comment.