blob: 4a638effb88e7dd82b0ba97a13763d9033f2563c (
plain) (
tree)
|
|
{ pkgs, ... }:
(import "${builtins.fetchGit {
url = "https://github.com/tazjin/buildGo.nix";
rev = "7f74980457df843aea542510a406f34366e8b868";
}}/buildGo.nix") { pkgs = pkgs.third_party; }
|