Skip to content

Commit

Permalink
mount is in utillinux
Browse files Browse the repository at this point in the history
  • Loading branch information
moretea committed Sep 10, 2017
1 parent a3dde77 commit d27f710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/openshift/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in buildGoPackage rec {
substituteInPlace pkg/bootstrap/docker/host/host.go \
--replace 'nsenter --mount=/rootfs/proc/1/ns/mnt mkdir' \
'nsenter --mount=/rootfs/proc/1/ns/mnt ${coreutils}/bin/mount'
'nsenter --mount=/rootfs/proc/1/ns/mnt ${utillinux}/bin/mount'
'';

buildPhase = ''
Expand Down

0 comments on commit d27f710

Please sign in to comment.