Bug
nix develop and nix-shell shell.nix fail on Linux because google-chrome-stable_138.0.7204.49 has been deleted from Google's CDN.
Environment
- OS: Fedora
- Nix flake nixpkgs pin: rev
50ab793 (flake.lock)
- Relevant line:
flake.nix:192
Error
error: Cannot build '/nix/store/af59wjk8a8ys18bam92y3jns14pgj01n-google-chrome-stable_138.0.7204.49-1_amd64.deb.drv'
Reason: builder failed with exit code 1
> trying https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_138.0.7204.49-1_amd64.deb
> curl: (22) The requested URL returned error: 404
Context
A Coder team member (Atif) confirmed in Discord that the team has recently migrated to mise for dependency management and the nix flake is likely outdated.
Question
What is the preferred fix?
- Remove chrome dependency from flake (not needed for backend Go dev)?
- Bump nixpkgs pin to version with available chrome?
- Make chrome conditional/optional?
Happy to open a PR once direction is confirmed.
Bug
nix developandnix-shell shell.nixfail on Linux becausegoogle-chrome-stable_138.0.7204.49has been deleted from Google's CDN.Environment
50ab793(flake.lock)flake.nix:192Error
Context
A Coder team member (Atif) confirmed in Discord that the team has recently migrated to
misefor dependency management and the nix flake is likely outdated.Question
What is the preferred fix?
Happy to open a PR once direction is confirmed.