mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
maintainers/scripts/kde: fix formatting to match nixfmt
This commit is contained in:
parent
7271def420
commit
20afb4559c
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ mkKdeDerivation {
|
|||
'''.strip())
|
||||
|
||||
ROOT_TEMPLATE = jinja2.Template('''
|
||||
{callPackage}: {
|
||||
{ callPackage }:
|
||||
{
|
||||
{%- for p in packages %}
|
||||
{{ p }} = callPackage ./{{ p }} { };
|
||||
{%- endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue