blob: 8d46321b6f5ca65d72ed54a968bbe4098951eaa6 (
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.nixpkgs; }
|