1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Implement memory-mapped IO for Sinks

This commit is contained in:
silvanshade 2025-03-18 14:22:15 -06:00
parent a87c3711b6
commit b1783ff615
No known key found for this signature in database
4 changed files with 20 additions and 4 deletions

View file

@ -61,6 +61,7 @@ scope: {
"--with-container"
"--with-context"
"--with-coroutine"
"--with-iostreams"
];
}).overrideAttrs
(old: {