Robert Hensing

Results 912 comments of Robert Hensing

Discussed during aforementioned Nix maintainers meeting: We have a test for zstd compression for a binary cache If this were HTTP, I would ask the following. S3 should be analogous....

I believe IDX offers its own Nix integration, based on https://idx.dev/blog/article/nix-on-idx. The article links [this technical documentation](https://developers.google.com/idx/guides/customize-idx-env#nix_attributes_and_package_libraries) as well. I don't see any mention of using the nix command, so...

@vkryachko Thank you for going the extra mile and explaining the status. That's much appreciated. It doesn't seem there's anything left to do here, so I'll go ahead and close...

> The issue is that function in nix don't really have names. True, but `ExprLambda` has a `name` that's based on its context, as it is often part of a...

I'm in favor of this, but unfortunately it seems that the git part of the implementation will have to be redone after #9240, which is a priority because it is...

@fricklerhandwerk I appreciate your thoroughness, but do we really a "vanilla Linux" test setup for this? Wouldn't a NixOS VM test with like three configurations cover this? The `testScript` can...

This has been fixed in Nix 2.24, but it is risky to backport https://github.com/NixOS/nix/pull/11079 because it's a fairly significant change in behavior. Perhaps this documentation could be backported instead?

Hi @b-camacho, thanks for the ping and sorry for the delay. This PR was assigned to me, but I hadn't prioritized it because it was a draft. Wrong assumption on...