initial commit

This commit is contained in:
2026-07-21 13:13:31 -04:00
commit 2ac6ab0dd5
23 changed files with 2614 additions and 0 deletions
@@ -0,0 +1,25 @@
{
fetchFromGitHub,
rustPlatform,
libseccomp,
libcap_ng,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "virtiofsd";
version = "daea013daf5cdc0adc6ae14de92e3a48ac206eae";
src = fetchFromGitHub {
owner = "ELginas";
repo = "virtiofsd";
rev = "daea013daf5cdc0adc6ae14de92e3a48ac206eae";
hash = "sha256-3p9WoUInWh+fmUkiMCjl2Tygx2/reUyKX+3xvMsW26w=";
};
buildInputs = [
libseccomp
libcap_ng
];
cargoHash = "sha256-rKlm8TpCKc+Nzb9+H0FPs5GSNNjWs5/xNpSd0ZZuQt0=";
})