Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35a8fc88b1 |
@@ -12,7 +12,7 @@ let
|
||||
|
||||
mkBrewfileSectionString = heading: entries: optionalString (entries != [ ]) ''
|
||||
# ${heading}
|
||||
${concatStringsSep "\n" (unique (map (v: v.brewfileLine or v) entries))}
|
||||
${concatMapStringsSep "\n" (v: v.brewfileLine or v) entries}
|
||||
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user