Skip to content

Commit

Permalink
Install pyenv from HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Oct 19, 2024
1 parent 6c84269 commit f713499
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions homebrew/Brewfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,12 @@
"sha256": "c18753a7c40aa69cb0889cb4b258efcdaff25134157dad6dc5fbccf022b2f64d"
}
}
},
"options": {
"args": [
"HEAD",
"fetch-HEAD"
]
}
},
"openssl": {
Expand Down

0 comments on commit f713499

Please sign in to comment.