Skip to content

Commit

Permalink
flake.nix: add workaround for ipetkov/crane#385
Browse files Browse the repository at this point in the history
  • Loading branch information
bryango authored Oct 2, 2023
1 parent ff963b3 commit 69dd053
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 69dd053

Please sign in to comment.