this post was submitted on 10 Mar 2025
22 points (100.0% liked)

Nix / NixOS

2104 readers
1 users here now

Main links

Videos

founded 2 years ago
MODERATORS
 

I'm on unstable and updated my flake.lock and 2 of my Steam games stopped working: Tiny Tina's Wonderlands and Elden Ring. Rolled back to my previous generation and they work again.

Is there a way to roll through nixpkgs commits to find the breaking commit? How do I gather the logs they will need and where should I report it to?

top 2 comments
sorted by: hot top controversial new old
[โ€“] gomp@lemmy.ml 4 points 4 weeks ago

Is git bisect what you are looking for?

[โ€“] priapus@sh.itjust.works 4 points 4 weeks ago

you can take the old and new revision from your flake.lock and use git bisect to find the commit.