about summary refs log tree commit diff
path: root/nix/buildTypedGo/example/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/buildTypedGo/example/default.nix')
-rw-r--r--nix/buildTypedGo/example/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/buildTypedGo/example/default.nix b/nix/buildTypedGo/example/default.nix
new file mode 100644
index 0000000000..5b6d4171f9
--- /dev/null
+++ b/nix/buildTypedGo/example/default.nix
@@ -0,0 +1,8 @@
+{ depot, ... }:
+
+depot.nix.buildTypedGo.program {
+  name = "example";
+  srcs = [
+    ./main.go2
+  ];
+}