Jonas Chevalier

Results 1017 comments of Jonas Chevalier

Good idea. One thing to validate is how well erofs is supported on other distros since it was added quite recently. squashfs might be a good fallback otherwise.

Hey @soupglasses. I'm unfamiliar with SELinux, but I know it has been researched for Nix already. Unfortunately, it looks like their conclusions were similar to yours. See https://github.com/NixOS/nix/pull/2670 for a...

I'd be up for hosting the documentation, even if its content is just: "here is the current state of the art / hack". Giving people breadcrumbs is better than nothing.

It would be good to disallow `..` in the relative paths to encourage composing things reliably.

Since they are computed values, I wonder if they couldn't be automated away in 90% of the cases. Not a blocker for this PR, but more as a follow-up conversation...

Can you share one of the binaries that doesn't execute? Most likely the binary ELF headers are looking for those libraries in traditional paths. If that's the case then we...

What would be the downside of having false-negative changelog URLs? Package can still override `meta.changelog` with its definition. Or alternatively, if the stdenv patch is dropped, packages could opt-in with:...

After mulling on this more, even `inherit (src.meta) changelog` seems too implicit. How would the user know it points to the release unless they read the code? Maybe a better...

For the spelunkers, see also #35075

If dshfmt wrapping another formatter? Try changing it so it takes the list of files to format as an argument, and then writes the result directly to the file if...