{environment,nix-tools}: correct default $PATH ordering to match macOS

This commit is contained in:
Emily 2025-01-13 23:21:04 +00:00
parent bd921223ba
commit ff1d6384df
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
, stdenv
, profile ? "/nix/var/nix/profiles/system"
, nixPackage ? "/nix/var/nix/profiles/default"
, systemPath ? "$HOME/.nix-profile/bin:/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin"
, systemPath ? "$HOME/.nix-profile/bin:/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
}:
let