-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Installation failure: error: assertion '(useSettings -> (! libsOnly))' failed
#157
Comments
Same thing with |
Using the nix flake directly fails for a different reason:
|
This is a duplicate of #154 I'd say. |
trofi
added a commit
to trofi/nixpkgs
that referenced
this issue
Jan 25, 2024
…n `libsOnly`" THe change caused nixGL instantiation failures: - nix-community/nixGL#157 - nix-community/nixGL#154 I missed the fact that there is no easy way to oberride `useSettings` as it's an internal argument as ollosed to `useLibs`. Instead of fixing it let's revert it back and try again later. This reverts commit 9c51fb0.
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using
nixpkgs=flake:github:NixOS/nixpkgs/nixos-23.11
and am experiencing the following error when following the installation instructions:I'm running on Ubuntu 22.04.3 LTS with Nix installed via the Determinate Nix installer. NVIDIA driver is installed by the instructions here. Happy to provide any other information that would be useful to debug.
The text was updated successfully, but these errors were encountered: