depot/third_party/tvl/fun/amsterdump/default.nix

14 lines
222 B
Nix
Raw Normal View History

{ depot, ... }:
depot.nix.buildGo.program {
name = "amsterdump";
srcs = [
./main.go
];
deps = with depot.third_party; [
# gopkgs."golang.org".x.oauth2.google
gopkgs."googlemaps.github.io".maps
];
}