about summary refs log tree commit diff
path: root/fun/uggc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'fun/uggc/default.nix')
-rw-r--r--fun/uggc/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/fun/uggc/default.nix b/fun/uggc/default.nix
index 49160071f5..ca622666dc 100644
--- a/fun/uggc/default.nix
+++ b/fun/uggc/default.nix
@@ -1,7 +1,8 @@
-{ depot, pkgs, ... }@args:
+{ depot, pkgs, ... }:
 
 let
-  inherit (pkgs) gopkgs;
+  inherit (depot.third_party) gopkgs;
+
   uggc = depot.nix.buildGo.program {
     name = "uggc";
     srcs = [