Skip to content

Commit

Permalink
fix: add DENORT_BIN location to deno compile, bump flake lock (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderer authored Oct 21, 2024
1 parent bb43316 commit e926874
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 e926874

Please sign in to comment.