mina
Python app with outdated GLIBC version
Hi team, we are having a python application that builds with NixPacks and working fine for runtime, however trying to execute commands on that container fails because NixPacks by defaults installs an old version of
ldd
to what the application expects. Will it cause issues installing the correct version as NixPkg?24 replies
Typescript build fails - incorrect type inference
Hello, trying to build the project https://github.com/datner/renu with NixPaxks 1.6.1. It used to be working fine. But recently started to get Typescript errors that do not happen on local build. Typescript is inferring wrong types to variables.
Anyone familiar with something like that?
54 replies