summaryrefslogtreecommitdiff
path: root/Biz/Bild/Deps.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Bild/Deps.hs')
-rw-r--r--Biz/Bild/Deps.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/Deps.hs b/Biz/Bild/Deps.hs
index 17aae0d..08e3ee6 100644
--- a/Biz/Bild/Deps.hs
+++ b/Biz/Bild/Deps.hs
@@ -47,7 +47,7 @@ instance MonadUnliftIO NIO where
getFindSourcesJson :: NIO FindSourcesJson
-- getFindSourcesJson = ask
getFindSourcesJson = do
- root <- li <| getEnv "BIZ_ROOT"
+ root <- li <| getEnv "CODEROOT"
pure <| AtPath <| root </> "Biz/Bild/Sources.json"
li :: MonadIO io => IO a -> io a