| 2 Mar 2026 |
| @zero:envs.net removed their profile picture. | 11:15:15 |
| @zero:envs.net left the room. | 11:15:15 |
| bri set a profile picture. | 15:19:48 |
emily | Randy Eckenrode: https://github.com/NixOS/nixpkgs/pull/492100 should be ready for a review when you get a chance, the prerequisites have all been merged | 17:20:10 |
Randy Eckenrode | I’ll take a look at it this evening. | 17:20:44 |
spewdins | When shall I expect to see kosmickrisp in upstream unstable?
https://github.com/NixOS/nixpkgs/pull/490558/files | 18:25:53 |
spewdins | this was 3 days ago, I assume it could be like 2-3 weeks? | 18:26:38 |
K900 | By default? Not any time soon | 18:27:58 |
Randy Eckenrode | Maybe for Mesa 26.1. It depends on whether it can be used in place of MoltenVK for DXVK and how bad performance is. | 19:09:38 |
Randy Eckenrode | The above being a benchmark for whether it has closed the gap on implementing missing features that MoltenVK has. | 19:10:55 |
| agydev joined the room. | 19:20:52 |
| Flint W. joined the room. | 20:39:08 |
Sarah Clark | Riddle me this: python3Packages.accelerate builds fine on Linux, but fails on Darwin in Hydra (and in nixpkgs-review), but not in nix-build. The symptom is "cannot import from transformers.test-utils" during pytest. If I move transfoormers from nativeCheckInputs to checkInputs, the problem disappears. Any idea why? | 21:23:25 |
Sarah Clark | * Riddle me this: python3Packages.accelerate builds fine on Linux, but fails on Darwin in Hydra (and in nixpkgs-review), but not in nix-build. The symptom is "cannot import from transformers.test-utils" during pytest. If I move transformers from nativeCheckInputs to checkInputs, the problem disappears. Any idea why? | 21:23:41 |
Ben Sparks | In reply to @sarahec:matrix.org Riddle me this: python3Packages.accelerate builds fine on Linux, but fails on Darwin in Hydra (and in nixpkgs-review), but not in nix-build. The symptom is "cannot import from transformers.test-utils" during pytest. If I move transfoormers from nativeCheckInputs to checkInputs, the problem disappears. Any idea why? Does it really say test-utils? That isn't a valid module name | 21:31:34 |
Sarah Clark | Sorry, that's from a different issue. The error is ImportError: cannot import name 'PretrainedConfig' from 'transformers.modeling_utils | 21:33:48 |
Sarah Clark | https://hydra.nixos.org/build/322830988/nixlog/1/tail | 21:34:04 |
| @zooooooo:matrix.org left the room. | 22:53:37 |
| 3 Mar 2026 |
| PJ changed their display name from pjhenning to PJ. | 00:35:01 |
Randy Eckenrode | For some reason, Mesa is hanging in install phase when running the megadriver script. | 01:09:11 |
| lorne joined the room. | 04:39:34 |
vcunat | nixpkgs-25.11-darwin is blocked now: https://github.com/NixOS/nixpkgs/pull/490130#issuecomment-3983661435 | 05:47:16 |
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 |