diff --git a/nixos/overlays/warp-terminal/update.sh b/nixos/overlays/warp-terminal/update.sh index d1dcb06..f9bcec2 100755 --- a/nixos/overlays/warp-terminal/update.sh +++ b/nixos/overlays/warp-terminal/update.sh @@ -49,7 +49,7 @@ get_version() { echo "$1" | grep -oP -m 1 '(?<=/v)[\d.\w]+(?=/)' } -# nix-prefect-url seems to be uncompressing the archive then taking the hash +# nix-prefetch-url seems to be uncompressing the archive then taking the hash # so just get the hash from fetchurl sri_get() { local ouput sri @@ -63,7 +63,6 @@ sri_get() { echo "$sri" } - for sys in darwin linux; do url=$(resolve_url ${sys}) version=$(get_version "${url}")