We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that the 'gleam' provider is trying to download an outdated/unavailable version of Gleam (0.39.0)
In the nixpacks.toml [phases.install] (or equivalent json):
[phases.install]
Example:
[phases.install] nixPkgs = ['gleam'] nixpkgsArchive = "1d9c2c9b3e71b9ee663d11c5d298727dace8d374" cmds = []
Make a brand-new Gleam project (with probably any version of Gleam available at the moment)
build Gleam at least once (so there's a manifest.toml)
$ nixpacks build with project directory
$ nixpacks build
It shows the error step in the planner, which fails when it runs: || install | cmds: sh /assets/get-gleam.sh 0.39.0 ||
|| install | cmds: sh /assets/get-gleam.sh 0.39.0 ||
The auto-builder uses a functional Gleam version, if not the newest-stable one
OS: Pop_OS 22.04, x86_64 nixpacks version: 1.24.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Describe the bug
Problem
It seems that the 'gleam' provider is trying to download an outdated/unavailable version of Gleam (0.39.0)
Temporary Remedy
In the nixpacks.toml
[phases.install]
(or equivalent json):Example:
To reproduce
Make a brand-new Gleam project (with probably any version of Gleam available at the moment)
build Gleam at least once (so there's a manifest.toml)
$ nixpacks build
with project directoryIt shows the error step in the planner, which fails when it runs:
|| install | cmds: sh /assets/get-gleam.sh 0.39.0 ||
Expected behavior
Expected
The auto-builder uses a functional Gleam version, if not the newest-stable one
Environment
OS: Pop_OS 22.04, x86_64
nixpacks version: 1.24.6
The text was updated successfully, but these errors were encountered: