diff options
| author | lassulus <lassulus@lassul.us> | 2017-10-18 19:50:33 +0200 | 
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2017-10-18 19:50:33 +0200 | 
| commit | 15ca4d1d1f2e2942e6d8bce368414baa28205f3d (patch) | |
| tree | c48529917a42803b496b31f8e99429d1e0a2b885 | |
| parent | de93609ea27beeac2055fcba93f1319809dc512a (diff) | |
Reaktor plugins: fix wiki-todo-show
| -rw-r--r-- | krebs/5pkgs/simple/Reaktor/plugins.nix | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/Reaktor/plugins.nix b/krebs/5pkgs/simple/Reaktor/plugins.nix index c611d7471..518e80d0e 100644 --- a/krebs/5pkgs/simple/Reaktor/plugins.nix +++ b/krebs/5pkgs/simple/Reaktor/plugins.nix @@ -144,7 +144,8 @@ rec {      '';    };    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      '';    };  | 
