diff options
author | Ben Sima <ben@bsima.me> | 2023-08-04 09:44:35 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-08-07 14:03:36 -0400 |
commit | acee865bcf0131c10ed475b435af802ffe8dceee (patch) | |
tree | 2e546c4851d18e3ff16d3c9db077f3b67e819db9 /Biz/Bild.hs | |
parent | 17ee23fa91f300b4b09b935aa65ec6593d7949b8 (diff) |
Set BIZ_ROOT in nix builder
Diffstat (limited to 'Biz/Bild.hs')
-rw-r--r-- | Biz/Bild.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Biz/Bild.hs b/Biz/Bild.hs index 58a1b9c..cf471fe 100644 --- a/Biz/Bild.hs +++ b/Biz/Bild.hs @@ -467,13 +467,13 @@ analyze hmap ns = case Map.lookup ns hmap of packageSet = "ghcWith", compilerFlags = [ "-Werror", - "-i$src", + "-i$BIZ_ROOT", "-odir", ".", "-hidir", ".", "--make", - "$src" </> path + "$BIZ_ROOT" </> path ] ++ case out of Meta.Bin o -> |