adds nix to shell

This commit is contained in:
Dennis Schoepf 2026-02-01 14:12:29 +01:00
parent acd1d6719e
commit 7dce49cb2b

View file

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