about summary refs log tree commit diff
path: root/pkgs/by-name/mc
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/mc')
-rw-r--r--pkgs/by-name/mc/mcap-cli/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/mc/mcap-cli/package.nix b/pkgs/by-name/mc/mcap-cli/package.nix
index 81853d252efa1..80ddcd574b027 100644
--- a/pkgs/by-name/mc/mcap-cli/package.nix
+++ b/pkgs/by-name/mc/mcap-cli/package.nix
@@ -20,7 +20,7 @@ buildGoModule {
 
   modRoot = "go/cli/mcap";
 
-  GOWORK="off";
+  env.GOWORK="off";
 
   # copy the local versions of the workspace modules
   postConfigure = ''