eslint_d: add meta.mainProgram

This commit is contained in:
NotAShelf 2023-08-16 21:55:53 +03:00
parent a6f52a2c4c
commit 628a6fb5b9
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29

View File

@ -20,5 +20,6 @@ buildNpmPackage rec {
homepage = "github.com/mantoni/eslint_d.js";
license = licenses.mit;
maintainers = [ maintainers.ehllie ];
mainProgram = "eslint_d";
};
}