dsq: provide meta.mainProgram

This commit is contained in:
Olli Helenius 2023-08-10 21:03:13 +03:00
parent fac6214d84
commit 4750737ae1
No known key found for this signature in database
GPG Key ID: 67235CC88F41DE3C

View File

@ -49,6 +49,7 @@ buildGoModule rec {
};
meta = with lib; {
mainProgram = "dsq";
description = "Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more";
homepage = "https://github.com/multiprocessio/dsq";
license = licenses.asl20;