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, 0 insertions, 6 deletions
diff --git a/users/Profpatsch/ini/default.nix b/users/Profpatsch/ini/default.nix
deleted file mode 100644
index e1a7a1a7b6b7..000000000000
--- a/users/Profpatsch/ini/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ depot, ... }:
-{
-  externs = {
-    renderIni = depot.users.Profpatsch.toINI { };
-  };
-}