svn path=/nixos/branches/modular-nixos/; revision=15794
This commit is contained in:
Eelco Dolstra 2009-05-29 13:30:28 +00:00
parent ca0038b9b0
commit 82254ce466

View file

@ -8,7 +8,7 @@ let
# update some global "dir" file). So this wrapper script around
# "info" builds a temporary "dir" file on the fly. This is a bit
# slow (on a cold cache) but not unacceptably so.
infoWrapper = pkgs.writeScriptBin "info-wrapper"
infoWrapper = pkgs.writeScriptBin "info"
''
#! ${pkgs.stdenv.shell}