From 0e199f7a357a4c5973e5837ec67699cf224ca69c Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 27 Jan 2019 20:19:16 +0100 Subject: Reaktor.Plugins.System: add hEnv --- src/Reaktor/Plugins/System.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Reaktor/Plugins/System.hs') diff --git a/src/Reaktor/Plugins/System.hs b/src/Reaktor/Plugins/System.hs index de96a61..6894797 100644 --- a/src/Reaktor/Plugins/System.hs +++ b/src/Reaktor/Plugins/System.hs @@ -139,6 +139,7 @@ run1 Config{..} Actions{..} Hook{..} prefix msgtarget text = do M.toList $ mconcat [ M.fromList extraEnv , maybe mempty id scEnv + , maybe mempty id hEnv , M.fromList baseEnv ] -- cgit v1.2.3