Nicolas Mattia
Nicolas Mattia
Thanks for the quick response! Anything we can do about it?
My 2¢: I agree 100% with @kolloch 's analysis above. I'm away this weekend and back on Monday evening. @andir you live nearby, don't you? Any of the other "interested...
@Mic92 thanks! while we're at it, should we add https://github.com/nmattia/napalm ?
@kolloch naersk works with `--restrict-eval true`, `--sandbox` and `--option allow-import-from-derivation false` (for the last one: provided the source code doesn't come from a derivation).
That is correct!
@P-E-Meunier two reasons: 1. When I tried it Nix segfaulted, most likely due to memory consumption. There were ~300 crates. I might have written something silly though. 2. I haven't...
@vbrandl have you see (or were you involved in) https://github.com/nmattia/naersk/pull/74 ? Also, nixpkgs has the great [`buildImage`](https://nixos.org/nixpkgs/manual/#ssec-pkgs-dockerTools-buildImage) which generates very lightweight docker images. I'll try to get https://github.com/nmattia/naersk/pull/74 in as...
@vbrandl FYI https://github.com/nmattia/naersk/issues/71 was closed. `buildImage` does give you the advantage that it's not as "linear" as a `Dockerfile` (you can import multiple packages without having to specify one command...
Missed the notification! I meant that running locally on a particular commit I get a different result than what was released for that commit.