flake: drop flake-utils, refactor#7368
Conversation
|
GNU testsuite comparison: |
RenjiSann
left a comment
There was a problem hiding this comment.
Thank you for refactoring this. I'm no expert in Nix, and I'm happy to see it used and maintained.
The changes looks good to me 👍
|
GNU testsuite comparison: |
| export PATH=$PATH:''${RUSTUP_HOME:-~/.rustup}/toolchains/$RUSTC_VERSION-x86_64-unknown-linux-gnu/bin/ | ||
| ''; | ||
| RUSTC_VERSION = "1.79"; | ||
| LIBCLANG_PATH = pkgsFor.${system}.lib.makeLibraryPath [pkgsFor.${system}.llvmPackages_latest.libclang.lib]; |
There was a problem hiding this comment.
Is it possible to use rustPlatform.bindgenHook instead?
There was a problem hiding this comment.
No idea, how would I go about doing that?
| ]; | ||
|
|
||
| build_deps = with pkgsFor.${system}; [ | ||
| clang |
There was a problem hiding this comment.
Should probably use clangStdenv for this
There was a problem hiding this comment.
Why? What is the difference? I guess it includes more stuff which might be needed?
|
A small step for uutils, but a large step for the Nix community 🎉 |
|
This isn't usable under darwin, fyi. |
Please make a new issue with the problem, I'd be glad to take a look at it! |
I have tested basic functionality and it should function just the same as before.