Commit 90dc8924 authored by Max Tomago's avatar Max Tomago
Browse files

horizon.dhall: fix args

parent 6aa39f4f
let H =
https://gitlab.horizon-haskell.net/dhall/horizon-spec/-/raw/0.10.0/horizon-spec/package.dhall
sha256:80c3701d26567157d8b2c398af1cbdebfb6f6a7ff7e6dcc768c0385cd3162ae4
let packages =
{ aeson-with =
......@@ -194,7 +195,7 @@ let packages =
}
in H.HorizonExport.MakeOverlay
{ packageSetFile = "overlay.nix"
{ overlayFile = "overlay.nix"
, packagesDir = "pkgs/"
, packageSet = { compiler = "ghc-9.4.4", packages = toMap packages }
, overlay = { compiler = "ghc-9.4.4", packages = toMap packages }
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment