Skip to content

Commit

Permalink
brew-src: 4.2.4 -> 4.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli committed Apr 3, 2024
1 parent 40f5ee4 commit 0b38f9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
nix-darwin.url = "github:LnL7/nix-darwin";
flake-utils.url = "github:numtide/flake-utils";
brew-src = {
url = "github:Homebrew/brew/4.2.4";
url = "github:Homebrew/brew/4.2.16";
flake = false;
};
};
Expand Down
2 changes: 1 addition & 1 deletion modules/brew.tail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ then
fi
unset VAR ENV_VAR_NAMES

exec /usr/bin/env -i "${FILTERED_ENV[@]}" /bin/bash "${HOMEBREW_LIBRARY}/Homebrew/brew.sh" "$@"
exec /usr/bin/env -i "${FILTERED_ENV[@]}" /bin/bash -p "${HOMEBREW_LIBRARY}/Homebrew/brew.sh" "$@"

0 comments on commit 0b38f9d

Please sign in to comment.