| 19 May 2026 |
matthewcroughan | nativeBuildInputs also includes cups for some reason | 13:32:16 |
matthewcroughan | and ofc gutenprint-bin doesn't work for any other platform than x86_64-linux | 13:34:05 |
matthewcroughan | Once you get past some things, you end up with
gutenprint-aarch64-linux> make[3]: *** [Makefile:1581: cups_genppd_5.3-cups-genppd.o] Error 1
gutenprint-aarch64-linux> make[3]: *** Waiting for unfinished jobs....
gutenprint-aarch64-linux> genppd.c: In function 'gpputs':
gutenprint-aarch64-linux> genppd.c:163:19: error: passing argument 2 of 'fputs' from incompatible pointer type [-Wincompatible-pointer-types]
| 13:34:30 |
matthewcroughan | so it's like, gutenprint just ain't cut out for a raspberry pi zero lol | 13:34:37 |
matthewcroughan | time to run raspbian in a container??? | 13:34:42 |
matthewcroughan | or better yet.. maybe I run cups on a declarative aarch64 vm on armv6 | 13:38:31 |
matthewcroughan | then again, you can't compile qemu anymore for armv6 💀 | 13:38:42 |
matthewcroughan | how about an aarch64 nixos container, with binfmt on the host | 13:39:15 |
| 22 May 2026 |
Jon Hermansen | I finally did a write up and posted to Discourse about my own little Nix project. Thought I should share here https://discourse.nixos.org/t/darnix-toward-a-nix-os-on-a-darwin-kernel/77779 | 18:46:45 |
Tristan Ross | lol, that's awesome. I've had that idea because there's NixBSD and XNU is public so why couldn't we have NixXNU | 18:58:08 |
Jon Hermansen | It would be great if we could replace the Xcode dependency with upstream clang, which would make it buildable on Linux too. | 19:17:58 |
| Jon Hermansen changed their display name from jonhermansen to Jon Hermansen. | 19:18:47 |
Tristan Ross | I was thinking about that too, it would require a bunch of code to change I think | 20:28:22 |
r-burns | Anyone testing their exotic systems on current unstable? I think 26.05 is going to be cut early next week so now might be a good time for last-minute fixups before branchoff. | 20:39:13 |
| 23 May 2026 |
| Yingchi Long changed their profile picture. | 11:24:35 |
| 25 May 2026 |
| radex joined the room. | 12:11:41 |
| 27 May 2026 |
| Lotte (it/its)/Cinny (she/her) θΔ& changed their profile picture. | 06:23:13 |
| Lotte (it/its)/Cinny (she/her) θΔ& changed their profile picture. | 07:07:27 |
| 28 May 2026 |
| @zimbatm:numtide.com left the room. | 08:47:24 |
| 1 Jun 2026 |
| lorne joined the room. | 16:04:44 |
Artemis Tosini (NixOS) | Seems like the FreeBSD fixes were backported, native builds work in the current stable branch | 17:31:04 |
| 5 Jun 2026 |
| gr changed their display name from Gavin R to gr. | 06:10:36 |
| zimward changed their display name from zimward to zimward @GPN24. | 19:38:11 |
| 6 Jun 2026 |
matthewcroughan | Does anybody remember at all how to flash u-boot to the hifive premier p550? | 18:37:04 |
matthewcroughan | I have completely failed to document that lol | 18:37:09 |
matthewcroughan | Hmm, why might eswin dtbs not be installed into $out ? | 20:26:17 |
matthewcroughan | nixos.efi-aarch64-linux> FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/hpdpg3kp5ly0zlzj2ff4sf63fw36gfv2-linux-riscv64-unknown-linux-gnu-7.0.10/dtbs/eswin/eic7700-hifive-premier-p550.dtb'
error: build of '/nix/store/k0zdbki7qgnfpiiw6lp6hhc2sfx32f9m-nixos.efi.drv' on 'ssh-ng://nix-ssh@m2u' failed: Cannot build '/nix/store/k0zdbki7qgnfpiiw6lp6hhc2sfx32f9m-nixos.efi.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/0l49nvjflv5c7v9f3407phbx7vh77m65-nixos.efi
Last 15 log lines:
> Using config file: /nix/store/0bwawm0wrs0yzd0fb97jb13qyki6pkyv-ukify.conf
> Traceback (most recent call last):
> File "/nix/store/x6gx6lrvbyx1yxly91c4b03bjzsr5d61-systemd-260.1/bin/.ukify-wrapped", line 2565, in <module>
> main()
> ~~~~^^
> File "/nix/store/x6gx6lrvbyx1yxly91c4b03bjzsr5d61-systemd-260.1/bin/.ukify-wrapped", line 2553, in main
> check_inputs(opts)
> ~~~~~~~~~~~~^^^^^^
> File "/nix/store/x6gx6lrvbyx1yxly91c4b03bjzsr5d61-systemd-260.1/bin/.ukify-wrapped", line 684, in check_inputs
> value.open().close()
> ~~~~~~~~~~^^
> File "/nix/store/x7n310a9mism2lildx4fbi9y42ing0g8-python3-3.13.13-env/lib/python3.13/pathlib/_local.py", line 537, in open
> return io.open(self, mode, buffering, encoding, errors, newline)
> ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/hpdpg3kp5ly0zlzj2ff4sf63fw36gfv2-linux-riscv64-unknown-linux-gnu-7.0.10/dtbs/eswin/eic7700-hifive-premier-p550.dtb'
For full logs, run:
nix log /nix/store/k0zdbki7qgnfpiiw6lp6hhc2sfx32f9m-nixos.efi.drv
error: Cannot build '/nix/store/nsw45ladql6qg1fnjqrar05h6c4fgx9l-image.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/8x36xm6s4xlzn524yhm68nx42pp9xq8z-image
error: Build failed due to failed dependency
| 20:34:06 |
matthewcroughan | Hah wow | 20:35:03 |
matthewcroughan | ARCH_ESWIN is unset, that's why | 20:35:08 |
matthewcroughan | The things we take for granted eh | 20:35:16 |