From b26c9b529065ab035a664ff6e1d31451ed691a6c Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Wed, 6 Jul 2022 08:57:04 +0200 Subject: [PATCH] bazel-watcher: Set `mainProgram` to "ibazel" --- pkgs/development/tools/bazel-watcher/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/bazel-watcher/default.nix b/pkgs/development/tools/bazel-watcher/default.nix index 86b19cd3170e..cc1d2508491c 100644 --- a/pkgs/development/tools/bazel-watcher/default.nix +++ b/pkgs/development/tools/bazel-watcher/default.nix @@ -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; }; }