Skip to content
New issue

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

updateFlakePackages action is failing #218

Closed
brianmcgee opened this issue Apr 18, 2023 · 5 comments · Fixed by #219 or #224
Closed

updateFlakePackages action is failing #218

brianmcgee opened this issue Apr 18, 2023 · 5 comments · Fixed by #219 or #224
Assignees
Labels
Type: Bug Something isn't working

Comments

@brianmcgee
Copy link
Collaborator

See the latest run here: https://github.com/nix-community/ethereum.nix/actions/runs/4730426413/jobs/8394121838

@selfuryon
Copy link
Collaborator

Yeah, the problem is in lighthouse update, repeat that locally.

@selfuryon
Copy link
Collaborator

Tested it, nix-update doesn't work with CargoLock, so I will raise an issue in nix-update and suggest excluding lighthouse from periodic package updates.

@selfuryon
Copy link
Collaborator

The last v0.17.0 version of nix-update is working, so need to wait it for merging in nixpkgs-unstable.

But now lighthouse version is 4.0.2-rc.0, so nix-update will revert it to 4.0.1, so we need to disable lighthouse update anyway until they release a new stable version.

@brianmcgee
Copy link
Collaborator Author

We could point directly to the flake for nix-update instead of relying on nixpkgs version.

@selfuryon
Copy link
Collaborator

We could point directly to the flake for nix-update instead of relying on nixpkgs version.

Yeah, but nix-update is installed from nix-update-action github actions, which got that from nixpkgs input. Maybe it's a good idea to refactor nix-update-action to specify from where we should get our tools.

But anyway nix-update is already in a target branch :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
2 participants