| 26 May 2021 |
| @grahamc:nixos.org invited Rob Vermaas (he/him). | 13:17:01 |
| Rob Vermaas (he/him) joined the room. | 15:17:23 |
| Finn Behrens (he/him) joined the room. | 15:21:51 |
| thefloweringash joined the room. | 15:21:51 |
| 28 May 2021 |
| evils joined the room. | 17:55:43 |
| 29 May 2021 |
| edude03 joined the room. | 05:05:13 |
| 31 May 2021 |
| [0x4A6F] changed their display name from [0x4A6F] to 0x4A6F. | 08:24:04 |
| 1 Jun 2021 |
| [0x4A6F] changed their display name from 0x4A6F to [0x4A6F]. | 06:35:49 |
| tilpner joined the room. | 11:02:23 |
| 3 Jun 2021 |
| 0x76 left the room. | 20:45:52 |
| 7 Jun 2021 |
| b42 joined the room. | 12:04:35 |
| 8 Jun 2021 |
| fgaz joined the room. | 09:57:07 |
| 13 Jun 2021 |
| aaronchall joined the room. | 04:44:01 |
| 16 Jun 2021 |
| Vladimír Čunát joined the room. | 13:52:45 |
| 19 Jun 2021 |
| nf joined the room. | 06:49:22 |
| 22 Jun 2021 |
| nh2 joined the room. | 18:11:03 |
| 26 Jun 2021 |
| @grahamc:nixos.org invited mjolnir. | 01:30:48 |
| mjolnir joined the room. | 01:30:49 |
| @grahamc:nixos.orgchanged room power levels. | 01:30:52 |
| 5 Jul 2021 |
| spacesbot - keeps a log of public NixOS channels joined the room. | 19:20:19 |
| spacesbot - keeps a log of public NixOS channels | 19:49:34 |
| nf changed their profile picture. | 23:32:36 |
| 6 Jul 2021 |
Vladimír Čunát | It's not urgent by itself, but I'd like us to re-deploy builders for updated sandbox shell, some time after merging/backporting https://github.com/NixOS/nixpkgs/pull/129412 | 08:50:35 |
Vladimír Čunát | I wonder if using busybox is a too minimalist default. When I see the code... say defaulting to 32-bit numbers even on 64-bit systems and not doing range checks properly. | 09:59:02 |
Domen Kožar | grahamc (he/him): Do you think we can move aarch64-darwin separate jobset into the trunk now? | 10:57:24 |
Vladimír Čunát | In reply to @vcunat:matrix.org I wonder if using busybox is a too minimalist default. When I see the code... say defaulting to 32-bit numbers even on 64-bit systems and not doing range checks properly. A more radical proposal: use dash instead https://github.com/NixOS/nixpkgs/pull/129428 | 11:26:12 |
sterni | does busybox sh have any kind of bash compat? | 11:29:36 |
Vladimír Čunát | Why bash compat? We only provide /bin/sh | 11:48:48 |
sterni | I fear that some things may assume that /bin/sh in the sandbox is bash(-like?) since /bin/sh on NixOS is bash by default | 11:49:41 |
sterni | or bash's sh mode | 11:49:46 |