mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-09 02:30:29 +00:00
Merge pull request #1365 from stepbrobd/nix-darwin-24.11
[24.11] homebrew: remove --no-lock flag
This commit is contained in:
commit
c172f50b55
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ let
|
|||
config = {
|
||||
brewBundleCmd = concatStringsSep " " (
|
||||
optional (!config.autoUpdate) "HOMEBREW_NO_AUTO_UPDATE=1"
|
||||
++ [ "brew bundle --file='${brewfileFile}' --no-lock" ]
|
||||
++ [ "brew bundle --file='${brewfileFile}'" ]
|
||||
++ optional (!config.upgrade) "--no-upgrade"
|
||||
++ optional (config.cleanup == "uninstall") "--cleanup"
|
||||
++ optional (config.cleanup == "zap") "--cleanup --zap"
|
||||
|
|
Loading…
Add table
Reference in a new issue