about summary refs log tree commit diff
path: root/tools/rfcToKindle/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rfcToKindle/default.nix')
-rw-r--r--tools/rfcToKindle/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/rfcToKindle/default.nix b/tools/rfcToKindle/default.nix
deleted file mode 100644
index 8fb93c3bb5b8..000000000000
--- a/tools/rfcToKindle/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ depot, ... }:
-
-# TODO: This doesn't depend on `sendgmr` at the moment, but it should. As such,
-# it's an imcomplete packaging.
-depot.buildGo.program {
-  name = "rfcToKindle";
-  srcs = [
-    ./main.go
-  ];
-  deps = [];
-}