From 2710adead96e2791e063db20aa06b7cb35b9471c 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..7f9064ae 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 --json .#${x} | jq -r '.[].outputs | to_entries[].value' | cachix push horizon --accept-flake-config" let input = Prelude.Map.keys -- GitLab