k 5 krebspaste: resolve TODO, retiolum is always secure
This commit is contained in:
parent
77e36a7a19
commit
12597b1feb
@ -1,9 +1,7 @@
|
||||
{ writeScriptBin, pkgs }:
|
||||
|
||||
# TODO: add krebs CA to toolchain, remove --insecure
|
||||
# TODO: use `wrapProgram --add-flags` instead?
|
||||
|
||||
writeScriptBin "krebspaste" ''
|
||||
#! /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