deno: fetch submodules in updater script

This commit is contained in:
Olivér Falvai
2025-06-24 12:21:34 +02:00
parent 3c6824ba34
commit 366b94f612
+1 -1
View File
@@ -16,7 +16,7 @@ interface Replacer {
const log = logger("src");
const prefetchHash = (nixpkgs: string, version: string) =>
run("nurl", ["https://github.com/denoland/deno", version, "-H", "-n", nixpkgs]);
run("nurl", ["https://github.com/denoland/deno", version, "-H", "-n", nixpkgs, "-S"]);
const prefetchCargoHash = (nixpkgs: string) =>
run(
"nurl",