You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Describe the bug
I'm unable to build on the official ruby:2.5 Docker image using Cargo from the official repos.
To Reproduce
Steps to reproduce the behavior:
docker run --entrypoint=bash --interactive --tty ruby:2.5
apt-get update && apt-get install --assume-yes --no-install-recommends --reinstall cargo && cargo install nixpkgs-fmt
Expected behavior
The package should install without issues.
System information
nixpkgs-fmt --version
N/AAdditional context
Actual behavior (2nd try to make the output a bit less verbose):
Example of this failing in build pipeline
The text was updated successfully, but these errors were encountered: