maintainers/scripts/kde: fix formatting to match nixfmt
This commit is contained in:
parent
7271def420
commit
20afb4559c
@ -23,7 +23,8 @@ mkKdeDerivation {
|
||||
'''.strip())
|
||||
|
||||
ROOT_TEMPLATE = jinja2.Template('''
|
||||
{callPackage}: {
|
||||
{ callPackage }:
|
||||
{
|
||||
{%- for p in packages %}
|
||||
{{ p }} = callPackage ./{{ p }} { };
|
||||
{%- endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user