Reaktor plugins: fix wiki-todo-show

This commit is contained in:
lassulus 2017-10-18 19:50:33 +02:00
parent de93609ea2
commit 15ca4d1d1f

View File

@ -144,7 +144,8 @@ rec {
''; '';
}; };
wiki-todo-show = buildSimpleReaktorPlugin "wiki-todo" { wiki-todo-show = buildSimpleReaktorPlugin "wiki-todo" {
script = pkgs.writeDash "wiki-todo-add" '' pattern = "^wiki-show$";
script = pkgs.writeDash "wiki-show" ''
${pkgs.coreutils}/bin/cat wiki-todo ${pkgs.coreutils}/bin/cat wiki-todo
''; '';
}; };