make script addable to path
This commit is contained in:
parent
a91d1225d9
commit
3b5bf84b18
@ -17,7 +17,7 @@ let
|
||||
};
|
||||
brownpaper = sequoia-openpgp; # requires gmp as well
|
||||
};
|
||||
client = pkgs.writeShellScript "brownpaper" ''
|
||||
client = pkgs.writeShellScriptBin "brownpaper" ''
|
||||
PATH=$PATH:${pkgs.gnupg}/bin/:${pkgs.curl}/bin/ ${./bp.sh} $@
|
||||
'';
|
||||
in
|
||||
|
Loading…
x
Reference in New Issue
Block a user