diff --git a/scripts/create-report.sh b/scripts/create-report.sh index 6e04b9f..740a6ec 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 --raw-output '.[]' + nix eval --json --apply builtins.attrNames "$1" 2>/dev/null | jq '.[]' } group "Show Packages for $system"