From 3c3713c69f9a7fb0c14ef463ab520de7f601e1e9 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 19 Jun 2022 15:07:14 +0200 Subject: refactor(users/Profpatsch/aerc): move ini stuff out First shot at generating a dhall FFI standard. Change-Id: I1cdf7eeaa6b2668a49282315f308a8e51abd0cf6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5887 Reviewed-by: Profpatsch Tested-by: BuildkiteCI --- users/Profpatsch/ini/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 users/Profpatsch/ini/default.nix (limited to 'users/Profpatsch/ini/default.nix') 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 { }; + }; +} -- cgit 1.4.1