-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: replace everything with dream2nix #56
Conversation
88469e0
to
0220745
Compare
Interesting, I'm having some issues with trying to append to postInstall script using buildRustPackage. Tried crateOverrides but no luck. Let me switch here and test it out. |
I'm building a library and I got the following error: my flake.nix https://gist.github.com/tami5/8058546f8522466dfc97ab6ac72a40b5 also same issue with cargo command not found
edit: oh it unpacking dummy-src not my src, maybe because of edit: inspected dummy-src, has my cargo but empty files |
Hmm, that's interesting. That should not happen, if you could give a minimal reproducible example it would be appreciated. The flake.nix looks fine though.
That is |
b3a12da
to
dfb24e5
Compare
Sure here you go https://github.com/tami5/Yabai.spoon/pull/1, still the same issue.
Interesting so it wasn't taken in consideration. |
This is mostly ready now, the only things I want to do before merging are:
|
b9b491c
to
81913e6
Compare
d4cd649
to
eda17ad
Compare
Stuff left to fix:
|
…bility improvements
This PR removes support for all "build platforms" and only uses dream2nix, essentially meaning nix-cargo-integration won't have to deal with maintaining a common interface for builders.
Resolves #55
Resolves #49