about summary refs log tree commit diff
path: root/fun/amsterdump/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-03-24T00·17+0200
committertazjin <mail@tazj.in>2021-03-24T00·20+0000
commit63e1706096f825f369c016d2827f366e1dde7a35 (patch)
treef6b33936c3f49c28bcebd5cdc98d4fd4f63cbb4d /fun/amsterdump/default.nix
parentaaaadbbcdc8234a5cdafa9591b823acddb3897da (diff)
chore(amsterdump): Remove project r/2326
This has looong outlived its purpose.

Change-Id: I66cff438dd05f0113b4a9a9bf9023d0f72238c9f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2651
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to 'fun/amsterdump/default.nix')
-rw-r--r--fun/amsterdump/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/fun/amsterdump/default.nix b/fun/amsterdump/default.nix
deleted file mode 100644
index d64b3a98dc..0000000000
--- a/fun/amsterdump/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ 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
-  ];
-}