Merge pull request #164133 from IvarWithoutBones/fix/nuget-to-nix

nuget-to-nix: add missing comma
This commit is contained in:
Artturi
2022-03-15 03:46:39 +02:00
committed by GitHub
@@ -9,7 +9,7 @@ fi
pkgs=$1
tmpfile=$(mktemp /tmp/nuget-to-nix.XXXXXX)
trap 'rm -f "$tmpfile" EXIT
trap "rm -f ${tmpfile}" EXIT
echo "{ fetchNuGet }: ["