| 3 Mar 2026 |
Lun | https://github.com/NixOS/nixpkgs/pull/496111 | 07:06:52 |
Lun | I'm about to go to bed so if this is wrong or needs tweaked just edit the branch or do whatever | 07:07:36 |
emily | should probably drop it from the blockers, I can't imagine anyone is using GTK Transmission on macOS... | 12:20:55 |
Randy Eckenrode | Does “clang tidy” need clang-tools because wrappers? | 12:22:30 |
Randy Eckenrode | New M5 Pro and Max CPUs feature super cores. Maybe autoconf finally won’t take forever to run. 🤪 | 15:23:47 |
alexfmpe | In reply to @reckenrode:matrix.org That should be fixed when 1.94 releases next week? Think someone fixed it meanwhile | 15:25:14 |
alexfmpe | In reply to @alexfmpe:matrix.org
FWIW I was building with
with (import ./. {}); {
inherit
hello
ispc
ghc
nodejs
boost
;
inherit (qt6Packages)
qtwebengine
;
}
Managed to build all these | 15:25:26 |
alexfmpe | https://github.com/NixOS/nixpkgs/pull/494634 | 15:26:15 |
hexa | when? we might need to buy new mac minis for infra sooner rather than later | 15:28:24 |
hexa | Pricing remains uncertain as Apple shifts some production to Texas, potentially affecting costs alongside tariff and exchange rate fluctuations.
| 15:29:10 |
Randy Eckenrode | Just announced new MBPs with them today. Ships next week. No news yet on new Minis. | 15:29:09 |
hexa |  Download image.png | 15:30:12 |
hexa | hydra queue be like … 50k darwin, linux ~0 | 15:30:22 |
hexa | that's how staging tends to look these days | 15:30:27 |
Randy Eckenrode | Won’t that get better once we’re not building x86_64-darwin? | 15:30:52 |
hexa | we tried to move some more m1 hardware the foundation has into prod but hit snags in multiple locations | 15:30:53 |
hexa | somewhat | 15:30:57 |
hexa | but we're also seeing bigger builds like firefox with lto | 15:31:06 |
hexa |  Download image.png | 15:31:32 |
hexa | maybe someone here can clarify the meaning of this screen 🤡 | 15:31:41 |
hexa | because two of the m1 minis we sent to a hosting location show this | 15:32:08 |
hexa | and boy does this look like mdm fuckery | 15:32:21 |
Randy Eckenrode | That’s what it looks like to me. | 15:32:37 |
hexa | so not properly unregistered from mdm, cool. | 15:32:54 |
hexa | these are foundation owned fwiw, so this is super funny, but I'm not laughing. | 15:33:26 |
antifuchs | so this is odd, man ln shows me the man page for nixpkgs ln (doesn't say, but I assume coreutils), but which -a ln only shows /bin/ln, which has a wildly diverging flag set from the manual page one | 15:53:22 |
antifuchs | wait that's not true, it's just macOS documenting a flag that no longer exists apparently | 15:57:58 |
samasaur | man -wa ln may be helpful? | 16:00:00 |
antifuchs | oh, yep, that's the flag. it's the regular built-in manpage. I just got confused by which ln was used in the activation script (: | 16:01:53 |
antifuchs | (that script uses the coreutils one, which stumbles over -h) | 16:02:35 |