Jake Cooper

Results 51 comments of Jake Cooper

> @mrkurt from Fly also offered up a deployable Bun setup https://github.com/fly-apps/bun I think @aulisius' dockerfile should also work fine on Fly. We can add support to [Nixpacks](https://github.com/railwayapp/nixpacks) if there's...

I'd hazard putting TOO many dependencies on buildkit; we literally JUST started using it here so unless it's truly necessary it might be best to just wait

> Anyone had a chance to look at this? I have worked with gitpod and they believe it has to do with the way that nix is installed. One thing...

We would absolutely take a PR for this but, as for doing it ourselves, we're working on more core features

^^Just to add to that. @coffee-cup is currently working on building out a few things more related to "overarching architecture" of nixpacks (pipelines, multiple providers, etc), and the rest of...

As a result of this provider, can we revert #382? The reason we added it was for the nwl stuff

> Is there a way to "stack" providers similar to how it is done with buildpacks? If not, that would be nice to have so I don't have to manually...

I don't want to jinx it, but we might be able to accomplish this by simply: - Changing `[matched_provider](https://github.com/railwayapp/nixpacks/blob/59ba5914e411b778b015da4bb6374826ffc16825/src/nixpacks/plan/generator.rs#L89)` from an Option to a Vec - Writing a function to...

> This is a pretty common use case for Django (and I assume Python in general). Use a standard Node.js pipeline for your static frontend assets and then build your...

@FinnDore Not to have you play "dependency battleship" again but can you try `NIXPACKS_PKGS=default-libmysqlclient-dev` EDIT: jk you beautiful human you gave me a repo example I love you EDIT2: Oh...