about summary refs log tree commit diff
path: root/pkgs/by-name/mc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-14 21:57:17 +0200
committerGitHub <noreply@github.com>2024-04-14 21:57:17 +0200
commitec2cb66cbeac92550b324009773b83401a9e2477 (patch)
tree975df7f0ad93a3b758f1e6c42100ab41a3fdbfd3 /pkgs/by-name/mc
parentdc6d23fe09c2a3e53bcf3707b531cc0ecc83b173 (diff)
parentf190aa8442bc65d8fa9e3b77dafcdd24b785717d (diff)
Merge pull request #301928 from nevivurn/feat/gomod-workvendor
 buildGoModule: vendorHash fixes for proxyVendor and Go 1.22
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 = ''