10 rustPlatform.buildRustPackage {
15 src = fetchFromGitHub {
19 sha256 = "sha256-U+pBKuoMhyIOhLl1nzmxk5yFt9nOq/KZ6rx9JhalLmM=";
22 cargoHash = "sha256-k8FgdNVjFYO/lflVzRQUwHvdy4+eCNTnTYImdfy1GaQ=";
25 description = "Convenient helper for passing sockets into another process";
26 mainProgram = "systemfd";
27 homepage = "https://github.com/mitsuhiko/systemfd";
28 license = lib.licenses.asl20;
30 platforms = lib.platforms.unix;