Fix Nix + Playwright [SYNTH-209]#1444
Open
0xda157 wants to merge 9 commits into
Open
Conversation
Flake lock file updates:
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/d407951447dcd00442e97087bf374aad70c04cea?narHash=sha256-8i/87eeoqiGE4yOTjwSA3Eh/ziJRQEmd/unYU%2BK27sk%3D' (2026-07-05)
→ 'github:nixos/nixpkgs/241313f4e8e508cb9b13278c2b0fa25b9ca27163?narHash=sha256-vlHUuqAcbcH2RKmHbPiuQzbv1pnzzavXnI62RD0bqCU%3D' (2026-07-19)
0xda157
force-pushed
the
dionkud/209/nix-playwright
branch
4 times, most recently
from
July 23, 2026 21:43
3b2e7cb to
724fef1
Compare
rutmanz
requested changes
Jul 23, 2026
0xda157
force-pushed
the
dionkud/209/nix-playwright
branch
2 times, most recently
from
July 23, 2026 22:11
232eca9 to
06d65fd
Compare
azaleacolburn
approved these changes
Jul 23, 2026
0xda157
force-pushed
the
dionkud/209/nix-playwright
branch
from
July 23, 2026 22:12
06d65fd to
8978444
Compare
rutmanz
reviewed
Jul 24, 2026
rutmanz
left a comment
Member
There was a problem hiding this comment.
I'm just trying to minimize the compute time these tests take, I'm not sure if Autodesk has to pay for it or not but if we're able to do this more efficiently without sacrificing the test quality that would be nice
0xda157
force-pushed
the
dionkud/209/nix-playwright
branch
from
July 24, 2026 20:59
3aee68b to
2483059
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task
SYNTH-209
Symptom
nix users are unable to get playwright via the nix shell
Solution
add playwright back and update the flake inputs. likely the issue was the locked version of nixpkgs had an old playwright version
Verification
things work locally now! I also added a github actions workflow to prevent this from happening in the future.
Before merging, ensure the following criteria are met: