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

.build-all.dhall: remove

parent 0bee358c
1 merge request!1Remove feedback
let Prelude =
env:DHALL_PRELUDE
? https://raw.githubusercontent.com/dhall-lang/dhall-lang/v20.1.0/Prelude/package.dhall
sha256:26b0ef498663d269e4dc6a82b0ee289ec565d683ef4c00d0ebdd25333a5a3c98
let H = ./horizon-spec.dhall
let toStep
: Text → Text
= λ(x : Text) → ".#${x}"
let input = Prelude.Map.keys Text H.HaskellPackage.Type ./horizon.dhall
let packages = Prelude.List.map Text Text toStep (input : List Text)
in "nix build -L --no-link "
++ Prelude.List.fold
Text
packages
Text
(λ(x : Text) → λ(y : Text) → x ++ " " ++ y)
""
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