k 5 krebspaste: resolve TODO, retiolum is always secure

This commit is contained in:
makefu 2015-11-05 16:21:09 +01:00
parent 77e36a7a19
commit 12597b1feb

View File

@ -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 "$@"
''