7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-PGl2pUeLPznut/ETJdaQlin9thDBPvqBE30cgXwV+KM=";
18 cargoHash = "sha256-ppOAQ6Y9GJNLwGbbg1qfQ7ArVKiYxt26oEEWMOjbu0w=";
25 installManPage $releaseDir/build/*/out/dysk.1
26 installShellCompletion $releaseDir/build/*/out/{dysk.bash,dysk.fish,_dysk}
30 description = "Get information on your mounted disks";
31 homepage = "https://github.com/Canop/dysk";
32 changelog = "https://github.com/Canop/dysk/blob/${src.rev}/CHANGELOG.md";
33 license = licenses.mit;
34 maintainers = with maintainers; [ figsoda koral ];