From afa41ed17fd4e4a052566521460f116e8b1e019e Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Wed, 30 Nov 2022 12:45:57 +0000
Subject: [PATCH] add --no-link to feedback build

---
 .build-all.dhall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.build-all.dhall b/.build-all.dhall
index c8c5666..e3a374f 100644
--- a/.build-all.dhall
+++ b/.build-all.dhall
@@ -13,7 +13,7 @@ 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"
+in      "nix build -L --no-link "
     ++  Prelude.List.fold
           Text
           packages
-- 
GitLab