with import {}; with rustPlatform; { rafs1 = buildRustPackage rec { name = "rafs-${version}"; version = "0.1"; buildInputs = [ fuse pkgconfig glibc ]; logLevel = "debug"; src = fetchgit { url = "https://git.orbekk.com/git/rafs.git" rev = "35f5d3c514b640d3b99c643890bb4a655025994d"; sha256 = "1i5nr70jdqhfjmpnmcgnsyinh7rd3gaz2ka0adi9x5z0dx1ijg6g"; }; depsSha256 = "1i5nr70jdqhfjmpnmcgnsyinh7rd3gaz2ka0adi9x5z0dx1ijg6g"; }; }