deadnix: add meta.mainProgram
This commit is contained in:
parent
f645dc112b
commit
44c0f1c89b
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue