2 Replies
create nixpacks.toml
pick latest commit from https://github.com/NixOS/nixpkgs/commits/master/
upgraded to bun v1.1.31, but it's still not the latest version, which is bun v1.1.34
latest commit can upgrade to bun v1.1.34 now
in docker I'm deploying with bun just by including
FROM oven/bun:latest
in my Dockerfile
no idea on how to do it with nixpack