| 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 NixOS Moderation Bot. | 01:30:48 |
| NixOS Moderation Bot 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 |
sterni | so if e. g. bushybox sh supports [[ ]] then we'd be in trouble with dash potentially | 11:50:15 |
sterni | I'd still say the change is worth it but may be more work than just switching it out | 11:50:41 |
Vladimír Čunát | Hmm, so you are right about [[ ]] support 😞 | 11:52:19 |
Vladimír Čunát | Generally packages should prefer pure alternatives (e.g. ${stdenv.SHELL} or others, usually via patchShebangs) | 11:53:00 |
sterni | I guess this would mean that we'd need to create a jobset for the change | 11:53:04 |
Vladimír Čunát | The change is impure. | 11:53:19 |