about summary refs log tree commit diff
path: root/users/Profpatsch/ini/default.nix
blob: e1a7a1a7b6b718963e0cdffd54b2db4f13f6ba50 (plain) (blame)
1
2
3
4
5
6
{ depot, ... }:
{
  externs = {
    renderIni = depot.users.Profpatsch.toINI { };
  };
}