tvl-depot/users/Profpatsch/ini/default.nix
Profpatsch 3c3713c69f 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 <mail@profpatsch.de>
Tested-by: BuildkiteCI
2022-06-19 13:29:02 +00:00

6 lines
89 B
Nix

{ depot, ... }:
{
externs = {
renderIni = depot.users.Profpatsch.toINI { };
};
}