diff --git a/scripts/create-report.sh b/scripts/create-report.sh index 740a6ec..6e04b9f 100755 --- a/scripts/create-report.sh +++ b/scripts/create-report.sh @@ -11,7 +11,7 @@ system=$(nix eval --impure --json --expr 'builtins.currentSystem') # Extract the names of a flake attrset get_names() { - nix eval --json --apply builtins.attrNames "$1" 2>/dev/null | jq '.[]' + nix eval --json --apply builtins.attrNames "$1" 2>/dev/null | jq --raw-output '.[]' } group "Show Packages for $system"