7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "nix-community";
15 hash = "sha256-jx7g9GOFAjOlJyNsGOUTLh2qWII9u0prOoBEvNPmdj8=";
18 cargoHash = "sha256-CVMQPnSwGErZnf5/iAcVy37VlJjZdO/BkO3C/rlpl/w=";
25 GEN_ARTIFACTS = "artifacts";
29 installManPage artifacts/nix-melt.1
30 installShellCompletion artifacts/nix-melt.{bash,fish} --zsh artifacts/_nix-melt
34 description = "Ranger-like flake.lock viewer";
35 mainProgram = "nix-melt";
36 homepage = "https://github.com/nix-community/nix-melt";
37 changelog = "https://github.com/nix-community/nix-melt/blob/${src.rev}/CHANGELOG.md";
38 license = licenses.mpl20;
39 maintainers = with maintainers; [ figsoda ];