| 20 Jun 2026 |
| Nikita Mikhailov joined the room. | 12:15:06 |
| 21 Jun 2026 |
llakala | https://github.com/NixOS/nix/blob/f8bb823a23bf6d62f4c8feb792a77702d7a49fe1/src/libexpr/primops.cc#L3276 | 12:59:08 |
llakala | might it be more performant to loop twice through the attrs - once calculating the number of attrs that actually exist, and the second time actually copying their values? | 12:59:45 |
llakala | i say this because this removeAttrs has consistently shown up in my nixpkgs profiling | 13:02:25 |
llakala | there's a lot of names to remove
removedOrReplacedAttrNames = [
"checkInputs"
"installCheckInputs"
"nativeCheckInputs"
"nativeInstallCheckInputs"
"__contentAddressed"
"__darwinAllowLocalNetworking"
"__impureHostDeps"
"__propagatedImpureHostDeps"
"sandboxProfile"
"propagatedSandboxProfile"
"disallowedReferences"
"disallowedRequisites"
"allowedReferences"
"allowedRequisites"
"allowedImpureDLLs"
];
| 13:02:50 |
llakala | * there's a lot of names to remove on every mkDerivation
removedOrReplacedAttrNames = [
"checkInputs"
"installCheckInputs"
"nativeCheckInputs"
"nativeInstallCheckInputs"
"__contentAddressed"
"__darwinAllowLocalNetworking"
"__impureHostDeps"
"__propagatedImpureHostDeps"
"sandboxProfile"
"propagatedSandboxProfile"
"disallowedReferences"
"disallowedRequisites"
"allowedReferences"
"allowedRequisites"
"allowedImpureDLLs"
];
| 13:02:57 |
Sergei Zimmerman (xokdvium) | We can do a better filterAttrs, but I donβt think those showed any improvements | 14:21:00 |
| 22 Jun 2026 |
| fsnkty joined the room. | 09:25:06 |
| fsnkty set a profile picture. | 09:26:03 |
| 19 May 2021 |
| Eelco π΄ changed the history visibility to "world_readable" from "shared". | 15:40:14 |
| Eelco π΄ changed the room name to "Nix Hackers" from "Nix Development". | 15:45:04 |
| Eelco π΄ changed the room topic to "For people hacking on the Nix package manager itself" from "Development of the Nix package manager". | 15:45:04 |
| cransom joined the room. | 15:45:08 |
| sumner joined the room. | 15:45:19 |
| danielle joined the room. | 15:47:55 |
| aaron joined the room. | 15:54:00 |
| cransom changed their display name from casey Β© to cransom. | 15:56:27 |
| Eelco π΄ invited grahamc. | 16:02:36 |
| grahamc joined the room. | 16:02:51 |
| stick joined the room. | 16:03:18 |
| immae joined the room. | 16:03:29 |
| stick changed their display name from stick to prusnak. | 16:03:56 |
| stick changed their display name from prusnak to stick. | 16:04:03 |
| stick changed their profile picture. | 16:04:57 |
| stick changed their display name from stick to prusnak. | 16:05:00 |
| Eelco π΄changed room power levels. | 16:08:46 |
| Jan Tojnar joined the room. | 16:09:00 |
| Alyssa Ross joined the room. | 16:15:10 |
| niksnut joined the room. | 16:19:51 |
| grahamc | 16:42:12 |