Closed mobsenpai closed 7 months ago
DRI driver not from this Mesa build ('23.1.9' vs '24.0.3') failed to bind extensions DRI driver not from this Mesa build ('23.1.9' vs '24.0.3') failed to bind extensions DRI driver not from this Mesa build ('23.1.9' vs '24.0.3') failed to bind extensions DRI driver not from this Mesa build ('23.1.9' vs '24.0.3') failed to bind extensions DRI driver not from this Mesa build ('23.1.9' vs '24.0.3') failed to bind extensions DRI driver not from this Mesa build ('23.1.9' vs '24.0.3') failed to bind extensions
I am tired of NixOS' mismatched driver build reports
Bro didn't even give any answer.
You're the one using nixos, I am not. Figure it out. Arch doesn't do this. The error is clear.
Figure it out
yep! totally didn't know already. And I wondered why people called this community toxic. I know this isn't a hyprlock's issue and I shouldn't probably have made this issue here, but upon pondering over it, I did, thinking someone will just give a hint or something. Anyways sorry @vaxerski for disturbing.
You are:
And yet you are surprised I am not giving you a clear step-by-step spoonfed tutorial on how to fix this. I have no fucking idea how to fix this, I've never touched Nix. If you are looking for a help forum, this ain't it. Discussions, reddit, discord, matrix, all of these exist. Bug reports are not those.
Feel like I am beating a dead fish here but,
coming with an issue clearly unrelated to the project
agreed, I knew it would be the case so I specially mentioned NIXOS as os there, so that experienced nixos users can get the idea
coming with an issue that clearly prints out what's wrong
agreed that it gives some hint, but wasn't clear enough to relate it to blur
using a niche distro which does packaging and dependency management in a very uncommon way
agreed, that's why maybe someone who has used it could have answered
And yet you are surprised I am not giving you a clear step-by-step spoonfed tutorial on how to fix this. I have no fucking idea how to fix this, I've never touched Nix. If you are looking for a help forum, this ain't it. Discussions, reddit, discord, matrix, all of these exist. Bug reports are not those
Didn't ask to be spoonfed. Discussions: couldn't find it, thought this would be the closest way to reach out this particular community. Corrected and posted discussion on hyprland main repo.
options = { myhome.hyprlock.enable = lib.mkEnableOption "Enables hyprlock"; };
config = lib.mkIf config.myhome.hyprlock.enable { programs.hyprlock = with config.myhome.colorscheme; { enable = true; general = { disable_loading_bar = true; grace = 0; hide_cursor = true; no_fade_in = false; };
}; }