deno: fix update script dependency

nix-prefetch-url comes with nix and isn't a package on it's own
This commit is contained in:
06kellyjac 2020-06-15 10:45:43 +01:00
parent 10bf0f2cd9
commit 5adbf9ad39

View file

@ -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,