mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
10bf0f2cd9
commit
5adbf9ad39
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user