Skip to content

Commit

Permalink
CAD-2712 supervisord: fix the profiles dumper attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire authored and jutaro committed May 13, 2021
1 parent e1d3bdf commit 346efd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/supervisord-cluster/profiles.nix
Expand Up @@ -8,8 +8,8 @@
, ...
}:

runCommand "cluster-profiles.json" { buildInputs = [ jq ]; } ''
jq --argjson eras '${__toJSON eras}' '
runCommand "cluster-profiles.json" {} ''
${jq}/bin/jq --argjson eras '${__toJSON eras}' '
include "profiles" { search: "${./.}" };
$eras
Expand Down

0 comments on commit 346efd9

Please sign in to comment.