Skip to content

Commit d06cf70

Browse files
committed
homebrew: remove --no-lock flag
Homebrew/homebrew-bundle#1630
1 parent 4a0bddd commit d06cf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/homebrew.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ let
137137
config = {
138138
brewBundleCmd = concatStringsSep " " (
139139
optional (!config.autoUpdate) "HOMEBREW_NO_AUTO_UPDATE=1"
140-
++ [ "brew bundle --file='${brewfileFile}' --no-lock" ]
140+
++ [ "brew bundle --file='${brewfileFile}'" ]
141141
++ optional (!config.upgrade) "--no-upgrade"
142142
++ optional (config.cleanup == "uninstall") "--cleanup"
143143
++ optional (config.cleanup == "zap") "--cleanup --zap"

0 commit comments

Comments
 (0)