You must log in or register to comment.
NixOS didn’t do /usr merge?
Binaries are not in
/usr/bin
or/bin
except for/bin/sh
and/usr/bin/env
. Programs should not assume fixed paths for binaries and instead look for them in$PATH
.
NixOS didn’t do /usr merge?
Binaries are not in /usr/bin
or /bin
except for /bin/sh
and /usr/bin/env
. Programs should not assume fixed paths for binaries and instead look for them in $PATH
.