nufmt: add meta.mainProgram

This commit is contained in:
Austin Horstman 2024-10-14 12:30:54 -05:00
parent 9f9bd495d4
commit b0be0a580d
No known key found for this signature in database

View File

@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nushell/nufmt";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ iogamaster ];
mainProgram = "nufmt";
};
}