Skip to content

Commit

Permalink
updated to latest Deno and added DENORT_BIN location to deno compile
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderer committed Oct 1, 2024
1 parent bb43316 commit 8223a35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/mkDenoBinary.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in
# fixup corrupts the binary, leaving it in a Deno REPL-only state
dontFixup = true;

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

# default to Deno's platforms
Expand Down

0 comments on commit 8223a35

Please sign in to comment.