about summary refs log tree commit diff
path: root/programs/duckling-proxy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/duckling-proxy.nix')
-rw-r--r--programs/duckling-proxy.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/programs/duckling-proxy.nix b/programs/duckling-proxy.nix
new file mode 100644
index 0000000..248325c
--- /dev/null
+++ b/programs/duckling-proxy.nix
@@ -0,0 +1,4 @@
+{ pkgs, ... }:
+{
+  home.packages = [ pkgs.nur.repos.pn.duckling-proxy ];
+}