diff options
Diffstat (limited to 'overrides/buildGo.nix')
-rw-r--r-- | overrides/buildGo.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overrides/buildGo.nix b/overrides/buildGo.nix new file mode 100644 index 000000000000..cbccfcec976d --- /dev/null +++ b/overrides/buildGo.nix @@ -0,0 +1,4 @@ +import "${builtins.fetchGit { + url = "https://github.com/tazjin/buildGo.nix"; + rev = "28e587b348a8aaa7af00a004c05286af9d35ca9a"; +}}/buildGo.nix" |