stockholm/krebs/5pkgs/simple/kpaste/default.nix

6 lines
109 B
Nix
Raw Normal View History

2017-04-11 19:41:06 +00:00
{ curl, writeDashBin }:
writeDashBin "kpaste" ''
exec ${curl}/bin/curl -sS http://p.r --data-binary @-
''