arch-install-scripts: avoid using setuid wrappers

This commit is contained in:
SamLukeYes
2022-12-18 13:19:06 +08:00
parent 757b822114
commit f44f426035
@@ -68,8 +68,9 @@ resholve.mkDerivation rec {
# TODO: no good way to resolve mount/umount in Nix builds for now
# see https://github.com/abathur/resholve/issues/29
fake = {
external = [ "mount" "umount" ];
fix = {
mount = true;
umount = true;
};
keep = [ "$setup" "$pid_unshare" "$mount_unshare" "${pacman}/bin/pacman" ];