Merge pull request #248903 from oddlama/fix-influxdb-cli-main-program

influxdb2-cli: specify meta.mainProgram to allow nix run
This commit is contained in:
Weijia Wang 2023-08-13 17:09:05 +02:00 committed by GitHub
commit 45a0fa3ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,5 +29,6 @@ in buildGoModule {
license = licenses.mit;
homepage = "https://influxdata.com/";
maintainers = with maintainers; [ abbradar danderson ];
mainProgram = "influx";
};
}