module Main (main) where import qualified Horizon.Gen.Nix (main) main :: IO () main = Horizon.Gen.Nix.main