| 1 Mar 2026 |
| @angryant:envs.net removed their display name AngryAnt. | 04:22:53 |
| @angryant:envs.net left the room. | 04:23:18 |
| @magpi:matrix.org left the room. | 21:29:36 |
| Lisanna joined the room. | 23:40:52 |
Lisanna | Can someone check if they have a ~/.local/share/nix directory? | 23:41:08 |
LogN | repl-history
| 23:57:23 |
LogN | * % ls .local/share/nix
repl-history
| 23:57:29 |
Lisanna | thanks! | 23:57:38 |
| 2 Mar 2026 |
| Fernando Rodrigues joined the room. | 03:22:38 |
| copumpkin joined the room. | 05:55:22 |
| @spikespaz:envs.net removed their profile picture. | 08:12:05 |
| @spikespaz:envs.net left the room. | 08:12:05 |
| axw changed their display name from axel_w to axw. | 10:49:36 |
| @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 |