mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Merge pull request #493 from AlexOwl/patch-1
Fix brewfile behavior to allow cask_args, etc
This commit is contained in:
commit
2f3c9bb364
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ let
|
|||
);
|
||||
|
||||
brewfile = pkgs.writeText "Brewfile" (
|
||||
optionalString (cfg.extraConfig != "") ("# Extra config\n" + cfg.extraConfig) +
|
||||
brewfileSection "Taps" "tap" cfg.taps +
|
||||
brewfileSection "Brews" "brew" cfg.brews +
|
||||
brewfileSection "Casks" "cask" cfg.casks +
|
||||
masBrewfileSection cfg.masApps +
|
||||
brewfileSection "Docker containers" "whalebrew" cfg.whalebrews +
|
||||
optionalString (cfg.extraConfig != "") ("# Extra config\n" + cfg.extraConfig)
|
||||
brewfileSection "Docker containers" "whalebrew" cfg.whalebrews
|
||||
);
|
||||
|
||||
brew-bundle-command = concatStringsSep " " (
|
||||
|
|
Loading…
Add table
Reference in a new issue