maintainers/scripts/kde: fix formatting to match nixfmt

This commit is contained in:
K900 2024-10-08 13:39:19 +03:00
parent 7271def420
commit 20afb4559c

View File

@ -23,7 +23,8 @@ mkKdeDerivation {
'''.strip())
ROOT_TEMPLATE = jinja2.Template('''
{callPackage}: {
{ callPackage }:
{
{%- for p in packages %}
{{ p }} = callPackage ./{{ p }} { };
{%- endfor %}