rizary

Results 52 comments of rizary

have you considered this https://github.com/haskell-CI/haskell-ci for ci?

cabal.project.local and cabal.project are different. They do include the cabal.project, but not cabal.project.local. cabal new-configure will create cabal.project.local, its purpose is: - When you depend on a library that's not...

Assuming the last comment is still last year, there is not any alternative isn't it? @jb55

@Ekleog I just got into this error (again), which in my case, workspaces is not a choice. Do you have any example that I can take a look? Especially for...

@Ekleog I've updated the question to clear some misunderstanding. So in your explanation, we should only use naersk's `buildPackage` in the root directory? What I'm trying to do is to...

Thank you, that clarifies my current situation.

this works by running `nix-build nix/release.nix` but what about `nix build`?

@evanjs I encouter with this issue when trying to use this overlay, is there any way around? Right now I have to use `rustChannelOf` from another repo I found. The...

@apeyroux can you build a static rust package using `buildRustPackage` with the `rust` and `cargo` taken from this overlay?

Hi @bergmark thanks for your answer. I will try it and get back to you.