From 5adbf9ad3962f3df137c8332fdfd21bca2387730 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Mon, 15 Jun 2020 10:45:43 +0100 Subject: [PATCH] deno: fix update script dependency nix-prefetch-url comes with nix and isn't a package on it's own --- pkgs/development/web/deno/update/update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/web/deno/update/update.ts b/pkgs/development/web/deno/update/update.ts index ab13cee9dbe2..18d451480137 100755 --- a/pkgs/development/web/deno/update/update.ts +++ b/pkgs/development/web/deno/update/update.ts @@ -1,6 +1,6 @@ #!/usr/bin/env nix-shell /* -#!nix-shell -i "deno run --allow-net --allow-run --allow-read --allow-write" -p deno git nix-prefetch nix-prefetch-url +#!nix-shell -i "deno run --allow-net --allow-run --allow-read --allow-write" -p deno git nix-prefetch */ import { commit,