about summary refs log tree commit diff
path: root/tools/when/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/when/default.nix')
-rw-r--r--tools/when/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/when/default.nix b/tools/when/default.nix
new file mode 100644
index 000000000000..1aee5e1ea8e5
--- /dev/null
+++ b/tools/when/default.nix
@@ -0,0 +1,6 @@
+{ depot, ... }:
+
+depot.nix.buildGo.program {
+  name = "when";
+  srcs = [ ./when.go ];
+}