Skip to content

Commit 7a76741

Browse files
committed
darwin: drop --no-lock option for brew bundle, see Homebrew/homebrew-bundle#1650
1 parent 1b01330 commit 7a76741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/run_onchange_install-packages.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ doas pkg install -y {{ . | quote }}
2525

2626
{{ else if eq .chezmoi.os "darwin" -}}
2727

28-
brew bundle --no-lock --file=/dev/stdin <<EOF
28+
brew bundle --file=/dev/stdin <<EOF
2929
{{ range .packages.darwin.brews -}}
3030
brew {{ . | quote }}
3131
{{ end -}}

0 commit comments

Comments
 (0)