diff options
Diffstat (limited to 'overrides/buildGo.nix')
-rw-r--r-- | overrides/buildGo.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/overrides/buildGo.nix b/overrides/buildGo.nix index cbccfcec976d..8d46321b6f5c 100644 --- a/overrides/buildGo.nix +++ b/overrides/buildGo.nix @@ -1,4 +1,6 @@ -import "${builtins.fetchGit { +{ pkgs, ... }: + +(import "${builtins.fetchGit { url = "https://github.com/tazjin/buildGo.nix"; rev = "28e587b348a8aaa7af00a004c05286af9d35ca9a"; -}}/buildGo.nix" +}}/buildGo.nix") { pkgs = pkgs.third_party.nixpkgs; } |