Patryk Wychowaniec
Patryk Wychowaniec
Ah, `cargo metadata` returns `dependencies[].target` - that could come useful π Edit: even better, `cargo metadata` supports `--filter-platform`.
Hi, @Anderssorby - thanks for this merge request! Would you mind rebasing it & addressing the comment from @blitz?
> Let me know if I can contribute further Thanks for analyzing the issue, your second approach seems the most fitting - I'll try to rebase this pull request with...
Hmm, maybe I'm misunderstanding something, but the solution presented in this pull request can't work, can it? π - `host`, `index` and `url` as passed to `unpackCrate` are never really...
To create a new parameter, you should just add it to `build.nix` - that will not only later include it in README.md, but also compose neatly with rest of the...
Hi, I've just checked it and `include_bytes!()` seems to be working correctly on current Naersk; would you mind checking again on your side and posting some failing code, if it...
Hi π Could you try using naersk from https://github.com/nix-community/naersk/pull/167? Something like that should work: ```nix inputs = { # ... naersk.url = "github:nix-community/naersk?rev=bd4822e754eba04977667ab8a9e5314ae126cc1c"; }; ``` ... or: ```nix inputs =...
> Am I using it right? Yeah, looks right; well, thanks for the report, then - I'll try investigating it π
Ah, the issue is that this file is a symlink, and we seem not to be resolving them (so after copying the dependency to `/nix/store`, the symlink remains pointing at...
Hi π Unfortunately I didn't have time yet to investigate this issue more thoroughly, so I don't have any tips - I'll try taking a look some time next week...