mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
style: nix fmt
This commit is contained in:
parent
a72a61f475
commit
f63d899a25
13 changed files with 25 additions and 38 deletions
|
|
@ -196,7 +196,8 @@ with lib; rec {
|
|||
level ? 1,
|
||||
}: let
|
||||
prefix = concatStringsSep "" (lib.genList (_x: " ") (level * 2));
|
||||
in lib.imap1 (i: v: "${
|
||||
in
|
||||
lib.imap1 (i: v: "${
|
||||
if includesWrapper && (i == 1 || i == (lib.length list))
|
||||
then v
|
||||
else "${prefix}${v}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue