svn path=/nixos/branches/modular-nixos/; revision=15793

This commit is contained in:
Eelco Dolstra 2009-05-29 13:30:12 +00:00
parent 81d8c2e1c8
commit ca0038b9b0

View File

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