Michael Fellinger
Michael Fellinger
Would there be any way to wrap the `rustc` inside the derivation to append the needed flags to find the dependencies? I could make the wapper myself, but i'm not...
Thanks for the info, I'm using `calendar` instead now.
Thanks, apparently that also seems to work with symlinks. It took me a bit to get through all the dependencies after this, but it was pretty straightforward. It seems that...
Sorry, I was passing the args in the override, not the `buildPackage`. Still hoping to make this work with stable rust :)
Well, the `--out-dir` only works with nightly it seems. For now I'm trying to do a simple `cp -r target/release out`.
So, I think this is also related to submodules, but i'm not sure, I get a ton of errors: https://gist.github.com/manveru/07c875f4441a603cac01b84b76a8f6f8
This means you have tried to call a function called `isNegative` with an argument `n < 0`. Elm doesn't find a variable called `n`, and suggests alternatives that are also...
I format everything with `nixfmt` automatically, so please stick to that. And yes, I have a hook for that in git, but applying that for everyone is kinda hard. This...
@kreisys is responsible for the hydra parts
Generally in favor of this. I see problems with not committing lock files, unless we rely on direnv with `--no-write-lock-file` (we may already do that?), and even then figuring out...