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
This commit is contained in:
parent
2cf67e113e
commit
3c3713c69f
5 changed files with 246 additions and 135 deletions
|
|
@ -15,13 +15,16 @@ let
|
|||
root = ./.;
|
||||
files = [
|
||||
"aerc.dhall"
|
||||
"dhall/lib.dhall"
|
||||
"ini/ini.dhall"
|
||||
];
|
||||
main = "aerc.dhall";
|
||||
deps = [ ];
|
||||
deps = [
|
||||
];
|
||||
}
|
||||
{
|
||||
aercFilter = name: "${aerc-patched}/share/aerc/filters/${name}";
|
||||
toIni = depot.users.Profpatsch.toINI { };
|
||||
"Ini/externs" = depot.users.Profpatsch.ini.externs;
|
||||
};
|
||||
|
||||
aerc-config = pkgs.linkFarm "alacritty-config" [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue