| 25 Feb 2025 |
emily | that said – given how many other distros split up their Boost packages, are there really that many things that can't handle multiple prefixes? if nothing else I suppose we'll be able to pick patches from other distros? | 13:24:22 |
tobim | Other distros dodge that problem by using a single global prefix. | 14:05:34 |
tobim | The PR above already adds a symlink-joined view on a combined boost and boost-python I supposed that pattern can just be extended for the other compiled boost libs as well. We can even assign the boost top-level attribute name to that derivation so client code keeps working. Then we can gradually improve packages that can handle the more fine-grained attributes. | 14:09:58 |
ElvishJerricco | Gauging interest: https://github.com/ElvishJerricco/nix/commit/46709106ab0dd1898858c236e6078676e1776db3
I think this is the best way to get fsverity enabled for secure boot style stuff: https://github.com/NixOS/nixpkgs/compare/master...ElvishJerricco:nixpkgs:push-pvsmvszsxvkq
Wondering if the Nix change would be accepted upstream and what else needs to be done in it. | 16:53:27 |
| 26 Feb 2025 |
| ubalot joined the room. | 08:58:34 |
p14 | Weird footgun where remote builders silently do not work as expected. https://github.com/NixOS/nix/issues/10451 | 14:22:54 |
| 27 Feb 2025 |
Perchun Pak [don't ping; dm instead] | I think I have had this issue with aarch builder too | 12:12:50 |
elikoga | 2 colleagues of mine on macos systems too | 12:21:52 |
| 28 Feb 2025 |
| sinan changed their profile picture. | 09:58:50 |
| 27 Feb 2025 |
| cy removed their profile picture. | 14:35:41 |
| 28 Feb 2025 |
| @enzime:nixos.dev left the room. | 15:10:56 |
| 1 Mar 2025 |
linj | The first time I tried to write a doc-document, I encountered a bug 😅 https://github.com/NixOS/nix/issues/12584 | 00:34:51 |
linj | * The first time I tried to write a doc-comment, I encountered a bug 😅 https://github.com/NixOS/nix/issues/12584 | 00:39:21 |
| 2 Mar 2025 |
| atoix joined the room. | 00:56:52 |
| Heitor Augusto joined the room. | 22:58:06 |
| 3 Mar 2025 |
| ximnoise changed their profile picture. | 14:52:36 |
| fpletz joined the room. | 14:57:59 |
| ximnoise changed their profile picture. | 16:49:30 |
John Ericson | I have been trying to rip apart derivation goal somwhat and....mannnnnnn | 22:10:29 |
John Ericson | ugh | 22:10:31 |
| 4 Mar 2025 |
jade_ | yeah it's bad | 01:20:04 |
jade_ | it's really really bad | 01:20:07 |
jade_ | the approach we're likely to take is to have a zygote process for the sandbox which gets the state serialized. this also means it will be easier to replace local-derivation-goal.cc with rust because it suddenly becomes self-contained. | 01:21:01 |
atoix | Has anyone been using uv2nix for packaging Python apps? I tried replacing poetry2nix with uv2nix and cant get it to work. | 12:16:06 |
K900 | #pyproject.nix:blad.is is the room for that | 12:17:47 |
| lassulus changed their profile picture. | 17:48:12 |
John Ericson | that sounds good, but is also funny because I was thinking about the opposite --- leaving the sandboxing code in C++ and the nuking all the other C++ it doesn't need | 21:01:00 |
John Ericson | * that sounds good, but is also funny because I was thinking about the opposite --- leaving the sandboxing and builder running code in C++ and the nuking all the other C++ it doesn't need | 21:01:36 |
John Ericson | Las: xokdvium say hi! | 21:01:54 |
John Ericson | since I have pinged you both about the goal reworking | 21:02:05 |