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

Users need to change the nixgl flake url #164

Open
yoricksijsling opened this issue Mar 14, 2024 · 0 comments
Open

Users need to change the nixgl flake url #164

yoricksijsling opened this issue Mar 14, 2024 · 0 comments

Comments

@yoricksijsling
Copy link

When I upgraded my nixpkgs to nixos-23.11, I received the following error:

error: attribute 'vaapiIntel' missing

This error is actually already fixed, but after some research I found out that my nixgl flake input was stuck on an old version. It turns out that the repository has moved from guibou to nix-community, which I didn't know. The fix in my configuration was simple:

-    nixgl.url = "github:guibou/nixGL";
+    nixgl.url = "github:nix-community/nixGL";

I'm not sure if there's anything that can reasonably be done here. It's probably fine to immediately close it. I'm just hoping this issue shows up when users get these same symptoms and google for error: attribute 'vaapiIntel' missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant