Revert "remove duplicates from brewfile"

This commit is contained in:
Sam
2026-01-28 00:21:37 -07:00
committed by GitHub
parent d6c2f8abfb
commit 35a8fc88b1
+1 -1
View File
@@ -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}
'';