We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-lock
1 parent 4a0bddd commit d06cf70Copy full SHA for d06cf70
modules/homebrew.nix
@@ -137,7 +137,7 @@ let
137
config = {
138
brewBundleCmd = concatStringsSep " " (
139
optional (!config.autoUpdate) "HOMEBREW_NO_AUTO_UPDATE=1"
140
- ++ [ "brew bundle --file='${brewfileFile}' --no-lock" ]
+ ++ [ "brew bundle --file='${brewfileFile}'" ]
141
++ optional (!config.upgrade) "--no-upgrade"
142
++ optional (config.cleanup == "uninstall") "--cleanup"
143
++ optional (config.cleanup == "zap") "--cleanup --zap"
0 commit comments