mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
nuget-to-nix: Make exclusion file optional
This commit is contained in:
parent
d73c9e73d4
commit
1528ce3063
@ -10,7 +10,7 @@ if [ $# -eq 0 ]; then
|
||||
fi
|
||||
|
||||
pkgs=$1
|
||||
exclusions=$2
|
||||
exclusions="${2:-/dev/null}"
|
||||
tmpfile=$(mktemp /tmp/nuget-to-nix.XXXXXX)
|
||||
trap "rm -f ${tmpfile}" EXIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user