Robert Hensing
Robert Hensing
> About derivations I am wondering if the `References` inside `.narinfo` files are content hashes. They are essentially store paths, which may be input addressed, and therefore not content hashes....
Déjà vu - https://github.com/NixOS/nix/pull/4257
For most arguments, this has been [fixed in Nix 2.24](https://nix.dev/manual/nix/2.24/release-notes/rl-2.24), but I'm not sure about `-I`. Is this still a problem?
Hi @sternenseemann, Thank you for your work on this. We have merged an alternate, similar implementation some time ago. I think we'd like to avoid adding primops that retrieve documentation,...
This may be improved by - https://github.com/NixOS/nix/pull/11171 However, it should never hang for 2 hours. Do we have a timeout that applies during the handling of the connection? Something akin...
I've changed the title because it is likely to only be slow now, since #11171
DIscussed during the aforementioned Nix maintainer team meeting: ~Possibly same cause: https://github.com/NixOS/nix/issues/11249,~ but @edolstra could not reproduce. Could this be libgit2 overhead of the new [tarball-cache](https://github.com/NixOS/nix/pull/10038)? In a Docker container...
I believe most `concatMapAttrs` could run optimistically and expect to fill the max buffer anyway, because duplicate entries are generally not desirable anyway. It's not proof, but it's not a...
Unfortunately, this attribute is not documented, making it hard to triage. I've added it to the team board.
> https://discourse.nixos.org/t/2024-08-12-nix-team-meeting-minutes-168/50561/1 Binding to a port should always work, regardless of this flag. We don't have a network namespace, so the port might be taken. This does not seem to...