Author SHA1 Message Date
SamandGitHub 35a8fc88b1 Revert "remove duplicates from brewfile" 2026-01-28 00:21:37 -07:00
+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}
'';