diff options
Diffstat (limited to 'Biz/Bild')
-rw-r--r-- | Biz/Bild/Builder.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Biz/Bild/Builder.nix b/Biz/Bild/Builder.nix index a0ed17c..9516ca1 100644 --- a/Biz/Bild/Builder.nix +++ b/Biz/Bild/Builder.nix @@ -3,8 +3,6 @@ , packageSet # name mapped to private.${packageSet}, e.g. 'ghcWith' , langDeps ? null # list of deps (as a string), split and passed to packageSet , name # exe name -, main # entrypoint file -, mainIs # entrypoint module name , buildPhase }: with import (/. + root + "/Biz/Bild.nix") {}; |