1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-15 17:51:01 +00:00

Fix typo in homebrew module

Co-authored-by: Scott Day <services.github@probablyadev.com>
This commit is contained in:
Malo Bourgon 2020-12-28 10:45:30 -08:00 committed by GitHub
parent 48449fbc0e
commit c61d659160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ let
brewfileSection "Brews" "brew" cfg.brews +
brewfileSection "Casks" "cask" cfg.casks +
masBrewfileSection cfg.masApps +
brewfileSection "Docker contrainers" "whalebrew" cfg.whalebrews +
brewfileSection "Docker containers" "whalebrew" cfg.whalebrews +
optionalString (cfg.extraConfig != "") ("# Extra config\n" + cfg.extraConfig)
);