Merge pull request #44 from bryango/main

flake.nix: add workaround for ipetkov/crane#385
This commit is contained in:
Ramses 2023-10-02 09:07:26 +02:00 committed by GitHub
commit 549bc38339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,8 @@
nativeBuildInputs = [
pkg-config
];
# https://github.com/ipetkov/crane/issues/385
doNotLinkInheritedArtifacts = true;
};
# Build only the cargo dependencies