Valentin Brandl
Valentin Brandl
I'm not quite sure how to do this (sorry if the question is stupid...) I added a [`default.nix`](https://github.com/vbrandl/crate2nix-git2/blob/master/default.nix) for the build and tried adding `openssl` as a dependency to both...
Turns out the compile error wasn't a problem in `defaultCrateOverrides` but I just forgot to add `zlib` as a build dependency. But now that the crate builds using my overrides,...
The error only occurs when a git clone or pull is performed. In your case that means requesting http://0.0.0.0:8080/view/github/vbrandl/hoc or some other repo. That's why I created the testcase where...
That's strange. So it seems to be a problem with my store? I'm using Arch Linux and installed nix separately. Are you on NixOS? Earlier today you mentioned sandboxed builds....
Your expression works fine. So it seems to be an issue with the expression generated by crate2nix?
That's the reason why I wanted to use `crate2nix` in the first place. I also tried [naersk](https://github.com/nmattia/naersk) which promises an easy way to build rust packages and even does some...
I haven't seen the PR but I saw the corresponding issue (https://github.com/nmattia/naersk/issues/71). `buildImage` doesn't really give me any advantage over a regular `Dockerfile`, does it? Anyway my current setup does...
Yeah I followed the issue and PRs. I'm currently building my Docker image using naersk and will compare it to the image I got from building the `Dockerfile` Edit: The...
Hey would you mind giving the `Dockerfile` on the [`docker`](https://github.com/vbrandl/bind9-api/tree/docker) branch a try?
Did it work for you? If so, I'll merge the branch.