From e07919bfbba5a8ecca4632c9ed172dfcd46cf88f Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Mon, 13 Mar 2023 08:42:21 +0000
Subject: [PATCH] .cachix.dhall: add ampersand

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

diff --git a/.cachix.dhall b/.cachix.dhall
index 7f9064ae..5a721693 100644
--- a/.cachix.dhall
+++ b/.cachix.dhall
@@ -10,7 +10,7 @@ let H =
 let toStep
     : Text → Text
     = λ(x : Text) →
-        "nix build --json .#${x} | jq -r '.[].outputs | to_entries[].value' | cachix push horizon --accept-flake-config"
+        "nix build --json .#${x} | jq -r '.[].outputs | to_entries[].value' | cachix push horizon --accept-flake-config &"
 
 let input =
       Prelude.Map.keys
-- 
GitLab