diff options
Diffstat (limited to 'fun/uggc')
-rw-r--r-- | fun/uggc/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fun/uggc/default.nix b/fun/uggc/default.nix index 49160071f586..ca622666dcd5 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 = [ |