Skip to content

Commit

Permalink
Update the ticket number
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Nov 10, 2023
1 parent c97ddd3 commit 951842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/macos/configure_remote_building.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl ConfigureRemoteBuilding {
let shell_buf = format!(
r#"
# Nix, only on remote SSH connections -- for remote building.
# See: <TICKET NUMBER>
# See: https://github.com/DeterminateSystems/nix-installer/pull/714
if [ -e '{PROFILE_NIX_FILE_SHELL}' ] && [ -n "${{SSH_CONNECTION}}" ] && [ "${{SHLVL}}" -eq 1 ]; then
. '{PROFILE_NIX_FILE_SHELL}'
fi
Expand Down

0 comments on commit 951842c

Please sign in to comment.