summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-12-26 11:31:09 +0100
committermakefu <github@syntax-fehler.de>2015-12-26 11:31:09 +0100
commita2f5e7e320bb0fbca0a0694d91e4fb20dc4ef329 (patch)
tree4d05d2d6b5ad9027b6ab45bd590026b2fd9165dd
parent669e4be273ac2abe9505ca6411d5ee37f1771d4c (diff)
k 5 ReaktorPlugins: hotfix for env generation
-rw-r--r--krebs/5pkgs/Reaktor/plugins.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/Reaktor/plugins.nix b/krebs/5pkgs/Reaktor/plugins.nix
index 3b2508862..b1a61d3fa 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 {