| 18 Dec 2025 |
kloenk | done | 11:34:53 |
kloenk | sorry, had the wrong one open and noticed to late, also tagged accidentaly on the gittiles CL (which is still abadoned) | 11:35:27 |
| @e-flex:matrix.org left the room. | 11:39:14 |
helle (just a stray cat girl) | mmm, quick read via the docs,
if lib.fetchzip -> recursiveHash = true; (default) nixpkgs may be able to just shortcut to evaluating lib.fetchzip as builtins.fetchTarball { stripRoot = false; ... } unless some other special options are set (unless it supports some formats in funny ways that libarchive doesn't), but this depends on the hashes obviously ending up the same still, which I think is true | 11:47:27 |
emily | the builtins.* fetchers block eval so are not used by Nixpkgs, unless I'm misunderstanding what you mean | 11:56:50 |
helle (just a stray cat girl) | ah, okay, yeah, that is a valid reason | 11:57:11 |
helle (just a stray cat girl) | (for now) | 11:57:22 |
helle (just a stray cat girl) | (grmbls at the length of her todo list) | 11:57:36 |
helle (just a stray cat girl) | though there are still just cases where you want to not have to drag in nixpkgs to get that simple enough feature | 11:57:59 |