Skip to content

Commit

Permalink
Merge pull request #44 from bryango/main
Browse files Browse the repository at this point in the history
flake.nix: add workaround for ipetkov/crane#385
  • Loading branch information
r-vdp authored Oct 2, 2023
2 parents ff963b3 + 69dd053 commit 549bc38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
nativeBuildInputs = [
pkg-config
];
# https://github.com/ipetkov/crane/issues/385
doNotLinkInheritedArtifacts = true;
};

# Build only the cargo dependencies
Expand Down

0 comments on commit 549bc38

Please sign in to comment.