From 290c7d44fc00417a9621f8d0f453ebbcaccf264e Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 30 Jun 2024 23:33:01 -0500 Subject: [PATCH] Tidy --- nixos/overlays/warp-terminal/update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}")