Skip to content
Snippets Groups Projects

fix cachix command

Merged Daniel Firth requested to merge cachix into master
Viewing commit d69750aa
Show latest version
1 file
+ 1
1
Preferences
File browser
Compare changes
+ 1
1
@@ -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