feat: remove mio workaround with gramine 1.7

gramine 1.7 now supports eventfd.
Update nixsgx flake and remove the `RUSTFLAGS`.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-06-18 10:38:23 +02:00
parent 4ef6a1943e
commit 8fa8f0438b
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 3 additions and 4 deletions

View file

@ -45,7 +45,6 @@ let
];
};
RUSTFLAGS = "--cfg mio_unsupported_force_waker_pipe";
checkType = "debug";
};
cargoArtifacts = craneLib.buildDepsOnly (commonArgs // {