From 535b125ef8119a418d2c24d48d611da1c431f5ff Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 12 Jun 2024 00:06:29 -0400 Subject: [PATCH] macOS 15 fix for PATH --- home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh.nix b/home/zsh.nix index 5251670..ac5f453 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -14,7 +14,7 @@ ]; envExtra = '' - export PATH=/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin/:/usr/local/bin:$PATH + export PATH=/etc/profiles/per-user/$USER/bin:/nix/var/nix/profiles/system/sw/bin:/usr/local/bin:$PATH # Because, adding it in .ssh/config is not enough. # cf. https://developer.1password.com/docs/ssh/get-started#step-4-configure-your-ssh-or-git-client