initial commit
This commit is contained in:
@@ -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=";
|
||||
})
|
||||
Reference in New Issue
Block a user