diff --git a/scripts/nix-reduce-build.in b/scripts/nix-reduce-build.in index f9cb5012b..2fd946c65 100644 --- a/scripts/nix-reduce-build.in +++ b/scripts/nix-reduce-build.in @@ -59,6 +59,7 @@ for i in "$@"; do sshHost="${i#ssh://}"; httpHost="${i#http://}"; httpsHost="${i#https://}"; + filePath="${i#file:/}"; if [ "$i" != "$sshHost" ]; then cat needed-paths | while read; do nix-copy-closure --from "$sshHost" --gzip "$REPLY" needed-paths;