about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/profpatsch/sandbox.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/profpatsch/sandbox.nix b/pkgs/profpatsch/sandbox.nix
index a89f5e59..c0c8ce70 100644
--- a/pkgs/profpatsch/sandbox.nix
+++ b/pkgs/profpatsch/sandbox.nix
@@ -23,8 +23,8 @@ let
       ] ++ extraMounts;
       # chain execlines and exit immediately if one fails
       all = builtins.concatMap (c: [ "if" c ]);
-      mount = "${pkgs.utillinux}/bin/mount";
-      unshare = "${pkgs.utillinux}/bin/unshare";
+      mount = "${pkgs.util-linux}/bin/mount";
+      unshare = "${pkgs.util-linux}/bin/unshare";
       # this is the directory the sandbox runs under (in a separate mount namespace)
       newroot = pkgs.runCommandLocal "sandbox-root" {} ''mkdir "$out"'';
       # this runs in a separate namespace, sets up a chroot root