diff options
author | Parthiv Seetharaman <pachum99@myrdd.info> | 2023-05-07 13:03:09 -0700 |
---|---|---|
committer | Parthiv Seetharaman <pachum99@myrdd.info> | 2023-05-07 13:03:09 -0700 |
commit | 4c9a71bfb76367147cd950c55bd3b62016540a29 (patch) | |
tree | 309a6d2efa4896d808d06a406e013d2d61a96c4a /pkgs/mautrix-discord | |
parent | efdc09f26e3b01801edaa3b0e2bdd46d9d133bba (diff) |
fix(pkgs/discord): use proxyVendor
Diffstat (limited to 'pkgs/mautrix-discord')
-rw-r--r-- | pkgs/mautrix-discord/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/mautrix-discord/default.nix b/pkgs/mautrix-discord/default.nix index 33856ac..308d38c 100644 --- a/pkgs/mautrix-discord/default.nix +++ b/pkgs/mautrix-discord/default.nix @@ -17,7 +17,7 @@ buildGoModule rec { doCheck = false; - runVend = true; + proxyVendor = true; meta = with lib; { mainProgram = "discord"; |