diff --git a/homebrew/Brewfile b/homebrew/Brewfile index b9d09c7..6299605 100644 --- a/homebrew/Brewfile +++ b/homebrew/Brewfile @@ -11,7 +11,7 @@ brew "neovim" brew "parallel" brew "poetry" brew "progress" -brew "pyenv" +brew "pyenv", args: ["HEAD", "fetch-HEAD"] brew "ripgrep" brew "starship" brew "stow" diff --git a/homebrew/Brewfile.lock.json b/homebrew/Brewfile.lock.json index 431daf4..916de72 100644 --- a/homebrew/Brewfile.lock.json +++ b/homebrew/Brewfile.lock.json @@ -808,6 +808,12 @@ "sha256": "c18753a7c40aa69cb0889cb4b258efcdaff25134157dad6dc5fbccf022b2f64d" } } + }, + "options": { + "args": [ + "HEAD", + "fetch-HEAD" + ] } }, "openssl": {