mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 19:15:39 +00:00
* Doh.
svn path=/nixos/branches/modular-nixos/; revision=15794
This commit is contained in:
parent
ca0038b9b0
commit
82254ce466
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue