From d9b6234e9fed951dc3b48783cf4f3817204acf6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 6 Apr 2009 19:25:45 +0000 Subject: [PATCH] Adding nfsutils on mount-helpers. That adds more binaries to mount-helpers, but at least allows mounting nfs paths. svn path=/nixos/trunk/; revision=14905 --- system/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/system.nix b/system/system.nix index b615c99517cb..780631130897 100644 --- a/system/system.nix +++ b/system/system.nix @@ -160,6 +160,7 @@ rec { paths = [ pkgs.ntfs3g pkgs.mount_cifs + pkgs.nfsUtils ]; pathsToLink = "/sbin"; } + "/sbin";