Skip to content
Snippets Groups Projects
Commit e07919bf authored by Daniel Firth's avatar Daniel Firth
Browse files

.cachix.dhall: add ampersand

parent 2710adea
No related merge requests found
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment