Skip to content

Commit 6a05536

Browse files
authored
Merge pull request #1 from nekowinston/main
fix: add `DENORT_BIN` location to `deno compile`, bump flake lock (nekowinston#16)
2 parents bb43316 + e926874 commit 6a05536

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/mkDenoBinary.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ in
2222
# fixup corrupts the binary, leaving it in a Deno REPL-only state
2323
dontFixup = true;
2424

25-
buildPhase = "deno compile ${compileArgs}";
25+
buildPhase = "DENORT_BIN=${deno}/bin/denort deno compile ${compileArgs}";
2626
installPhase = "install -Dm755 ${binaryName} $out/bin/${binaryName}";
2727

2828
# default to Deno's platforms

0 commit comments

Comments
 (0)