bazel-watcher: Set mainProgram to "ibazel"

This commit is contained in:
Claudio Bley 2022-07-06 08:57:04 +02:00
parent 0917e34967
commit b26c9b5290

View File

@ -84,6 +84,7 @@ buildBazelPackage rec {
description = "Tools for building Bazel targets when source files change";
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit ];
mainProgram = "ibazel";
platforms = platforms.all;
};
}