diff --git a/.cachix.dhall b/.cachix.dhall index be21b7ae3b912cd83ea146557b55aaec644ec4c7..63e73de9ca6d2e8c939940b90c56d40546dbcbd5 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