My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct git ssh command path to be dynamic

+1 -1
+1 -1
home/default.nix
··· 153 153 $DRY_RUN_CMD mkdir -p "$HOME/Developer/Local" 154 154 155 155 # Ensure ssh is visible to git during activation (PATH is stripped). 156 - export GIT_SSH_COMMAND="/usr/bin/ssh" 156 + export GIT_SSH_COMMAND="${pkgs.openssh}/bin/ssh" 157 157 158 158 # ── GitHub ──────────────────────────────────────────────────────────────── 159 159 if ${pkgs.curl}/bin/curl --silent --max-time 5 --output /dev/null "https://github.com"; then