Merge pull request #306308 from katexochen/vale/with-styles-meta

vale.withStyles: inherit mainProgram from vale
This commit is contained in:
Paul Meyer 2024-04-24 16:18:49 +02:00 committed by GitHub
commit c565c92b0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ buildGoModule rec {
wrapProgram "$out/bin/vale" \
--set VALE_STYLES_PATH "$out/share/vale/styles/"
'';
meta = {
inherit (vale.meta) mainProgram;
};
};
meta = with lib; {