From d69750aaae51262674d6f77c2ea9bdd894c8c236 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Mon, 13 Mar 2023 08:40:41 +0000 Subject: [PATCH] .cachix.dhall: add --accept-flake-config --- .cachix.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cachix.dhall b/.cachix.dhall index be21b7ae..63e73de9 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" + "nix build --accept-flake-config --json .#${x} | jq -r '.[].outputs | to_entries[].value' | cachix push horizon &" let input = Prelude.Map.keys -- GitLab