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:
parent
48449fbc0e
commit
c61d659160
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue