Skip to content
Snippets Groups Projects
Commit 945ed48a authored by Daniel Firth's avatar Daniel Firth
Browse files

fix CI

parent 2a336f23
No related merge requests found
......@@ -3,7 +3,7 @@ let Prelude =
? https://raw.githubusercontent.com/dhall-lang/dhall-lang/v20.1.0/Prelude/package.dhall
sha256:26b0ef498663d269e4dc6a82b0ee289ec565d683ef4c00d0ebdd25333a5a3c98
let H = ./horizon.dhall
let H = ./horizon-spec.dhall
let Step = { script : List Text }
......@@ -14,7 +14,7 @@ let toStep
λ(x : Text) →
{ mapKey = id, mapValue.script = [ "nix build -L .#${prefix}.${x}" ] }
let input = Prelude.Map.keys Text H.HaskellPackage.Type ./manifest.dhall
let input = Prelude.Map.keys Text H.HaskellPackage.Type (./horizon.dhall).packages
let packages =
Prelude.List.map
......
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