From 4c9a71bfb76367147cd950c55bd3b62016540a29 Mon Sep 17 00:00:00 2001 From: Parthiv Seetharaman Date: Sun, 7 May 2023 13:03:09 -0700 Subject: fix(pkgs/discord): use proxyVendor --- pkgs/mautrix-discord/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') 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"; -- cgit v1.2.3