mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-05 01:59:08 +00:00
4 lines
122 B
Nix
4 lines
122 B
Nix
self: super: {
|
|
buildGoApplication = self.callPackage ./builder { };
|
|
gomod2nix = self.callPackage ./default.nix { };
|
|
}
|