Replies: 1 comment 5 replies
-
|
Hi @ldicarlo ! Is your Try running one of those commands and then commit the changes to |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thank you for this project, I use it daily.
I am stumbling on something that I don't understand
I have a flake, using crane and fenix, in a cargo workspace. All the code is here.
To be able to
nix buildit, I had to add the following dependencies:which, none of them is required when using
cargo build, but all of them are needed when usingnix build.I have no idea if the problem comes from my configuration of
but removing any dependency yields:
and not fixing the dependency (removing the equals sign) yields:
Do you have any idea where this comes from?
I suspect the presence of the
build.rsmay be part of the problem.Thank you
Beta Was this translation helpful? Give feedback.
All reactions