Loading pkgs/development/python-modules/torchvision/prefetch.sh +28 −28 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ for url_and_key in "${url_and_key_list[@]}"; do name=$(echo "$url_and_key" | cut -d' ' -f3) echo "prefetching ${url}..." hash=$(nix hash convert --hash-algo sha256 `nix-prefetch-url "$url" --name "$name"`) hash=$(nix hash convert --hash-algo sha256 $(nix-prefetch-url "$url" --name "$name")) echo " $key = {" >>$hashfile echo " name = \"$name\";" >>$hashfile Loading Loading
pkgs/development/python-modules/torchvision/prefetch.sh +28 −28 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ for url_and_key in "${url_and_key_list[@]}"; do name=$(echo "$url_and_key" | cut -d' ' -f3) echo "prefetching ${url}..." hash=$(nix hash convert --hash-algo sha256 `nix-prefetch-url "$url" --name "$name"`) hash=$(nix hash convert --hash-algo sha256 $(nix-prefetch-url "$url" --name "$name")) echo " $key = {" >>$hashfile echo " name = \"$name\";" >>$hashfile Loading