k 5 krebspaste: resolve TODO, retiolum is always secure
This commit is contained in:
parent
77e36a7a19
commit
12597b1feb
@ -1,9 +1,7 @@
|
|||||||
{ writeScriptBin, pkgs }:
|
{ writeScriptBin, pkgs }:
|
||||||
|
|
||||||
# TODO: add krebs CA to toolchain, remove --insecure
|
|
||||||
# TODO: use `wrapProgram --add-flags` instead?
|
# TODO: use `wrapProgram --add-flags` instead?
|
||||||
|
|
||||||
writeScriptBin "krebspaste" ''
|
writeScriptBin "krebspaste" ''
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
exec ${pkgs.bepasty-client-cli}/bin/bepasty-cli --insecure --url http://paste.retiolum "$@"
|
exec ${pkgs.bepasty-client-cli}/bin/bepasty-cli --url http://paste.retiolum "$@"
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user