| 20 May 2023 |
baloo | what's about the unchecked paths? | 05:10:18 |
baloo | about python: https://github.com/python/cpython/issues/92132 | 05:12:20 |
delroth | I'm not sure why that systemd path is marked as unchecked but I don't think I've seen any repro issues in the past with it, so probably just a random issue with my build | 05:33:56 |
delroth | and yeah, I'm doing a build now with python 3.11 as default to confirm | 05:34:18 |
delroth | only slightly related but I wonder if we really need Python in the minimal ISO... it's used by a few ZFS user scripts that are probably seldom used and definitely not needed for mounting/recovery (e.g. arc_summary), it's used by smb2-quota (similar story), and the rest seems to all be derivations that have Python bindings in their main output when it could be a separate output | 05:56:45 |
delroth | minimal ISO built with Python 3.11: "521 out of 521 (100.00%) paths in the nixos.iso_minimal.x86_64-linux build closure are reproducible! 0 paths remained unchecked" | 07:15:46 |
| raphi joined the room. | 09:29:35 |
@rnhmjoj:maxwell.ydns.eu | In reply to @delroth:delroth.net only slightly related but I wonder if we really need Python in the minimal ISO... it's used by a few ZFS user scripts that are probably seldom used and definitely not needed for mounting/recovery (e.g. arc_summary), it's used by smb2-quota (similar story), and the rest seems to all be derivations that have Python bindings in their main output when it could be a separate output python is needed for the systed-boot install script, so you're probably going to fetch it anyway | 10:23:33 |
@rnhmjoj:maxwell.ydns.eu | * python is needed for the systemd-boot install script, so you're probably going to fetch it anyway | 16:53:59 |
raitobezarius | but soon we can remove it | 17:02:11 |
raitobezarius | once we refactor the bootloader installation story | 17:02:29 |