mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
manual: use writeShellScriptBin
This commit is contained in:
parent
41356ac267
commit
5d81cb6ac7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ let
|
|||
|
||||
manualHtmlRoot = "${homeManagerManual.manual}/share/doc/home-manager/index.html";
|
||||
|
||||
helpScript = pkgs.writeScriptBin "home-manager-help" ''
|
||||
helpScript = pkgs.writeShellScriptBin "home-manager-help" ''
|
||||
#!${pkgs.bash}/bin/bash -e
|
||||
|
||||
if [ -z "$BROWSER" ]; then
|
||||
|
|
Loading…
Reference in a new issue