| 16 Nov 2025 |
WeetHet | The biggest issue for me is not having a unified function (fetchTree) so that the functionality of not caring if the reference is a path or a link would be available in -E/--expr mode | 20:18:02 |
| 17 Nov 2025 |
| olivia changed their profile picture. | 00:23:17 |
| n3tcat changed their profile picture. | 01:20:47 |
antifuchs | recently, my builds in CI (over residential internet, ofc) keep getting aborted because downloading from cache.nixos.org yields a short read on compressed input, which results in errors like error: some substitutes for the outputs of derivation '/nix/store/4v4yw7ip7ir7bcg3x24f5hrl8ql7rg3p-alsa-firmware-1.2.4-zstd.drv' failed (usually happens due to networking issues); try '--fallback' to build derivation from source. is there a way to have the build retry these substitution downloads, instead of having it attempt to build the world? | 02:12:25 |
raitobezarius | In reply to @antifuchs:asf.computer recently, my builds in CI (over residential internet, ofc) keep getting aborted because downloading from cache.nixos.org yields a short read on compressed input, which results in errors like error: some substitutes for the outputs of derivation '/nix/store/4v4yw7ip7ir7bcg3x24f5hrl8ql7rg3p-alsa-firmware-1.2.4-zstd.drv' failed (usually happens due to networking issues); try '--fallback' to build derivation from source. is there a way to have the build retry these substitution downloads, instead of having it attempt to build the world? Are you sure this is not the curl H2 bug? Apparently fixed in nixpkgs unstable | 02:29:55 |
antifuchs | Oooh is there one? Then it’s probably that | 02:49:40 |
antifuchs | Thanks! | 02:49:49 |
| ShalokShalom joined the room. | 07:52:28 |
| Zelda 🏳️⚧️ [she/her] joined the room. | 16:23:49 |
| Zelda 🏳️⚧️ [she/her] changed their display name from Zelda to Zelda 🏳️⚧️ [she/her]. | 16:25:28 |
| 18 Nov 2025 |
Zoe Z | something that I think is probably a bug, but it's cursed and underspecified enough that it's hard to say: exportReferencesGraph of let drv = unsafeDiscardStringContext pkg.drvPath; in appendContext drv { ${drv} = { path = true; }; } is the same as exportReferencesGraph of pkg.drvPath, but I think a more reasonable behaviour would be for it to only include the drvs and not the outputs, like nix-store -qR drvPath | 01:00:18 |
| QuadRadical (Ping) changed their profile picture. | 01:59:42 |
raitobezarius | can you open an issue so we can discuss it and see what should be done | 02:06:39 |
raitobezarius | hm i completely forgot about adding LIX_VERSION stuff inside 2.94.0 ugh | 02:06:48 |
raitobezarius | i should probably add this back in the next point release | 02:06:54 |
raitobezarius | if you could open an issue for me, Zoe, that'd be great | 02:07:08 |
raitobezarius | i'll make this a release blocker | 02:07:11 |
raitobezarius | probably backport eligible for 2.93 & 2.94 | 02:07:25 |
Zoe Z | will do | 02:20:07 |
Zoe Z | probably tomorrow morning | 02:20:55 |
raitobezarius | thx! | 02:36:51 |
| mzero joined the room. | 04:46:53 |
| Lyn changed their display name from Fugi to Lyn. | 13:37:25 |
Sofie 🏳️⚧️ (she/her) | we are back :3 | 14:43:06 |
Sofie 🏳️⚧️ (she/her) | yeah so, cloudflrare was down | 14:43:14 |
Sofie 🏳️⚧️ (she/her) | https://mashable.com/article/cloudflare-outage-list-x-twitter-openai-canva-spotify?test_uuid=04wb5avZVbBe1OWK6996faM&test_variant=b | 14:43:17 |
Sofie 🏳️⚧️ (she/her) | anywayss,, does Lix have support for auth tokens for stuff like curl | 14:45:31 |
Sofie 🏳️⚧️ (she/her) | would help a lot with making Nix packages for some proprietary software | 14:46:09 |
K900 | Generally the way to do that in nixpkgs is to requireFile | 14:46:45 |
522 it/its ⛯ΘΔ | you can use a netrc with fetchurl i guess but that's not as helpful if it requires more than just http authentication or whatever | 14:58:22 |