Revert "remove duplicates from brewfile"
This commit is contained in:
@@ -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