Guillaume Girol
Guillaume Girol
see https://github.com/kolloch/crate2nix/pull/178
any update?
Thanks it works great ! Is there a better way to convert a git source to a local source and vice versa than drop and then add ?
would it be possible to ask btrbk to do that automatically instead of complaining and asking me to do it by hand ?
Fine by me as long as it does not create extra merge conflicts, I have a branch with unused binding detection at https://github.com/symphorien/rnix-lsp/tree/unused and it's based on this branch. (will...
Thanks for the report. I can reproduce on i386, which is good. The warnings are harmless and due to bindgen (https://github.com/rust-lang/rust-bindgen/issues/1651 iirc). Originally I used bindgen as a crate, but...
@thkoch2001 I fixed ./generate-bindings.sh on master. Can you check that running this script fixes compilation? (it works on i386 but I didn't test on arm). If you take rust-bindgen from...
fixed in #11, can you test ?
that looks really like #10, which is fixed on master. Which nix version is it, and which commit are you testing?
Maybe serialize should be implemented on `Visitable+Data` or something like that.