diff options
author | makefu <github@syntax-fehler.de> | 2015-12-26 11:41:41 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-26 11:41:44 +0100 |
commit | 7bed1761bdbfc3fc7e2df56dcf069511eec2a97d (patch) | |
tree | 732a2c018910e719df83441ee743f33a85c9a1e7 /krebs/5pkgs | |
parent | a2f5e7e320bb0fbca0a0694d91e4fb20dc4ef329 (diff) |
m 3 Reaktor: now supports plugin infra see m/1/pornocauster
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/Reaktor/plugins.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/Reaktor/plugins.nix b/krebs/5pkgs/Reaktor/plugins.nix index b1a61d3fa..5c7b89f5c 100644 --- a/krebs/5pkgs/Reaktor/plugins.nix +++ b/krebs/5pkgs/Reaktor/plugins.nix @@ -32,7 +32,7 @@ rec { ''indirect_pattern.format("${name}")'' else ''"${pattern}"'' }, 'argv' : ["${src_file}"], - 'env' : ${builtins.toJSON (path_env // env)})}) + 'env' : ${builtins.toJSON (path_env // env)} }) ''; config_file = pkgs.writeText "plugin.py" config; in buildBaseReaktorPlugin (attrs // rec { @@ -81,7 +81,7 @@ rec { stockholm-issue = buildSimpleReaktorPlugin "stockholm-issue" { script = ./scripts/random-issue.sh; path = with pkgs; [ git gnused lentil ]; - env = { "origin"= "http://cgit.gum/stockholm"; }; + env = { "origin" = "http://cgit.gum/stockholm"; }; }; titlebot = |