bazel-watcher: Set mainProgram
to "ibazel"
This commit is contained in:
parent
0917e34967
commit
b26c9b5290
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue