Results 50 comments of Linus Heckemann

https://github.com/lheckemann/nox/commit/07bbe389a3192f3da6c464e9c4164b953a0c9cae here's optional interactive mode. I won't be using it (way too much code for an IMHO useless feature) but maybe someone else wants it.

https://github.com/madjar/nox/pull/60 I've taken this approach for myself.

Shorter, difference unclear: `{ nixpkgs.system = "aarch64-linux"; }`

The alternative is to use a recent postgresql (as in the nixos test for hydra), which contains this function without requiring an extension: ```nix { pkgs, ... }: { services.postgresql.package...

See https://nixos.org/manual/nixos/stable/index.html#module-services-postgres-upgrading

`networking.interfaces..tempAddress`, which contains both terms, is indeed the top result. I was hoping there might be more though, and now I have to go through the results only to find...

That still requires opening all the results. I just don't want to be shown results that don't match my search terms.

Some [further reading on linux merge commits](https://www.destroyallsoftware.com/blog/2017/the-biggest-and-weirdest-commits-in-linux-kernel-git-history)…

I used the same technique to trace [this issue](https://github.com/NixOS/nixpkgs/issues/25270) down to a guile upgrade and rapidly [fix it](https://github.com/lheckemann/nixpkgs/commit/15e1c05a9d8af3e1a3b224a1210ce68281a12c62). Nix and git are both wonderful tools, and in combination they're amazing....

You can build a docker image with nix, which is probably better than using a Dockerfile. However, neither this nor the dockerfile approach will allow you to actually upload paths....