tvl-depot/overrides/buildGo.nix
Vincent Ambo 431610e420 chore(overrides): Bump buildGo.nix
The new version correctly builds external binaries at package roots.
2019-12-15 15:58:15 +00:00

6 lines
194 B
Nix

{ pkgs, ... }:
(import "${builtins.fetchGit {
url = "https://github.com/tazjin/buildGo.nix";
rev = "53630e3b1544de38f509e48ac0f589bcfafa7728";
}}/buildGo.nix") { pkgs = pkgs.third_party; }