Robert Hensing
Robert Hensing
What is _exact_? It's not documented in the manual or on the C++ field.
:+1: > no longer prints the store path, which is a breaking change (but unavoidable if we want lazy trees) This could still be done by hashing without copying, but...
You could avoid some templating by treating `flake.nix` as mostly data, and then you put `outputs = inputs: import ./outputs.nix inputs;` at the end. None of that should be needed...
I've opened https://github.com/NixOS/rfcs/pull/193 to explore a solution to this.
> the unit tests want the internal headers, but I purposely didn't install them. It's ok to make it not perfect, get meson done first, and improve later. That said,...
> I think Git has no trouble at all with unmodified relocated files IIRC it depends on the git operation. Some things just work, others don't. I'm pretty sure I...
I've restored the `${version}` behavior, or you could cherry-pick https://github.com/NixOS/nix/pull/10995/commits/e084316130a255313eb026db8bc64a653f5ffb0c here.
Hi @lilyhahn, I've done a bit of testing in #251, although I didn't get around to testing with `restart = "unless-stopped"`, or making the container try to stick around. That...
The general idea is alright, but it looks like you've picked the commit that only added tests. If you haven't tried it, try with 0437b5f9a455b5b02c433b818289011d7ed3d3ef? `environment.systemPackages` should be fine as...
Arion runs a script (here `/nix/store/2f3py5xaj215af7032nb4l0wywxy4i44-stream-webserver`) that outputs a docker image tarball, and it looks like that script wasn't generated correctly by Nixpkgs `dockerTools`. My first guess is that the...