Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
foxpro 🐍
Explore posts from servers
D
Deno
S
SolidJS
Posts
Comments
D
Deno
•
Created by foxpro 🐍 on 7/27/2023 in
#help
`deno compile` in Nix results in `deno repl` starting instead of actual program
Updated
https://github.com/denoland/deno/issues/19961
5 replies
D
Deno
•
Created by foxpro 🐍 on 7/27/2023 in
#help
`deno compile` in Nix results in `deno repl` starting instead of actual program
Made an issue:
https://github.com/denoland/deno/issues/19961
5 replies
D
Deno
•
Created by foxpro 🐍 on 7/27/2023 in
#help
`deno compile` in Nix results in `deno repl` starting instead of actual program
Seems like Nix tries to patch executable, and adding phases = [ "unpackPhase" "buildPhase" ]; fixes that. Why there are no self-checking mechanism?
5 replies
D
Deno
•
Created by foxpro 🐍 on 7/27/2023 in
#help
`deno compile` in Nix results in `deno repl` starting instead of actual program
https://github.com/denoland/deno/issues/12780
5 replies