about summary refs log tree commit diff
path: root/users/Profpatsch/ini/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/ini/default.nix')
-rw-r--r--users/Profpatsch/ini/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/Profpatsch/ini/default.nix b/users/Profpatsch/ini/default.nix
new file mode 100644
index 0000000000..e1a7a1a7b6
--- /dev/null
+++ b/users/Profpatsch/ini/default.nix
@@ -0,0 +1,6 @@
+{ depot, ... }:
+{
+  externs = {
+    renderIni = depot.users.Profpatsch.toINI { };
+  };
+}