mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
deadnix: add meta.mainProgram
This commit is contained in:
parent
f645dc112b
commit
44c0f1c89b
@ -20,6 +20,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Find and remove unused code in .nix source files";
|
||||
homepage = "https://github.com/astro/deadnix";
|
||||
license = licenses.gpl3Only;
|
||||
mainProgram = "deadnix";
|
||||
maintainers = with maintainers; [ astro ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user