blob: aa6cd415dfa8a7f82bbde59bc6e201f8a8dd43a4 (
plain) (
blame)
1
2
3
4
5
6
|
{ pkgs, ... }:
(import "${builtins.fetchGit {
url = "https://github.com/tazjin/buildGo.nix";
rev = "28e587b348a8aaa7af00a004c05286af9d35ca9a";
}}/buildGo.nix") { pkgs = pkgs.third_party; }
|