431610e420
The new version correctly builds external binaries at package roots.
6 lines
194 B
Nix
6 lines
194 B
Nix
{ pkgs, ... }:
|
|
|
|
(import "${builtins.fetchGit {
|
|
url = "https://github.com/tazjin/buildGo.nix";
|
|
rev = "53630e3b1544de38f509e48ac0f589bcfafa7728";
|
|
}}/buildGo.nix") { pkgs = pkgs.third_party; }
|