fixes uname

This commit is contained in:
Dennis Schoepf 2026-02-01 14:16:00 +01:00
parent 7dce49cb2b
commit 53bc2a4a78

View file

@ -175,12 +175,10 @@
end end
''; '';
setup_path = /* fish */ '' setup_path = /* fish */ ''
set -l os uname
fish_add_path /run/wrappers/bin fish_add_path /run/wrappers/bin
fish_add_path /run/current-system/sw/bin fish_add_path /run/current-system/sw/bin
if test "$os" = "Darwin" if test "$(uname)" = "Darwin"
fish_add_path /nix/var/nix/profiles/default/bin fish_add_path /nix/var/nix/profiles/default/bin
setup_homebrew setup_homebrew
end end