mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix on nix-darwin
This commit is contained in:
parent
8b2899ca97
commit
872a2b4d4d
6 changed files with 7 additions and 7 deletions
|
|
@ -171,3 +171,6 @@ if command -v vcpkg >/dev/null; then
|
|||
export VCPKG_ROOT="$XDG_DATA_HOME"/vcpkg
|
||||
fi
|
||||
|
||||
if [ -d "/nix" ]; then
|
||||
export PATH="/run/current-system/sw/bin:$PATH"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue