mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +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
|
#!/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 {
|
import {
|
||||||
commit,
|
commit,
|
||||||
|
Loading…
Reference in New Issue
Block a user