mount is in utillinux

+1 -1
+1 -1
pkgs/applications/networking/cluster/openshift/default.nix
··· 32 33 substituteInPlace pkg/bootstrap/docker/host/host.go \ 34 --replace 'nsenter --mount=/rootfs/proc/1/ns/mnt mkdir' \ 35 - 'nsenter --mount=/rootfs/proc/1/ns/mnt ${coreutils}/bin/mount' 36 ''; 37 38 buildPhase = ''
··· 32 33 substituteInPlace pkg/bootstrap/docker/host/host.go \ 34 --replace 'nsenter --mount=/rootfs/proc/1/ns/mnt mkdir' \ 35 + 'nsenter --mount=/rootfs/proc/1/ns/mnt ${utillinux}/bin/mount' 36 ''; 37 38 buildPhase = ''