mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
macOS 15 fix for PATH
This commit is contained in:
parent
f1e560296d
commit
535b125ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue