6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-+BkHE4vl1oYNR5SX2y7Goly7OwGDXRoZex6YL7Xv2QI=";
17 cargoSha256 = "sha256-njrjuLHDmcubw8lLPpS9K5la0gRIKq4OrP+MXs1Ro/o=";
20 description = "Get information on your mounted disks";
21 homepage = "https://github.com/Canop/lfs";
22 license = licenses.mit;
23 maintainers = with maintainers; [ koral ];