Fix fullDepEntry location in setuid-wrappers.nix.

svn path=/nixos/branches/modular-nixos/; revision=15733
This commit is contained in:
Nicolas Pierron 2009-05-26 14:10:20 +00:00
parent af07eae056
commit 47f70fda2f

View File

@ -92,7 +92,7 @@ in
'') '')
config.security.setuidOwners); config.security.setuidOwners);
in fullDepEntry '' in pkgs.stringsWithDeps.fullDepEntry ''
# Look in the system path and in the default profile for # Look in the system path and in the default profile for
# programs to be wrapped. However, having setuid programs # programs to be wrapped. However, having setuid programs
# in a profile is problematic, since the NixOS activation # in a profile is problematic, since the NixOS activation