next nvidia fix
This commit is contained in:
parent
12425e3496
commit
6dbc607ae5
1 changed files with 15 additions and 0 deletions
|
@ -1,6 +1,21 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
newer_egl-wayland = self: super: {
|
||||||
|
egl-wayland = super.xwayland.overrideAttrs (prev: {
|
||||||
|
# version = "23.2.6-HEAD";
|
||||||
|
src = pkgs.fetchFromGitHab {
|
||||||
|
# domain = "gitlab.freedesktop.org";
|
||||||
|
owner = "NVIDIA";
|
||||||
|
repo = "egl-wayland";
|
||||||
|
rev = "067e43d0d4af82e4ea3fdc8ce476e6a24f69956f";
|
||||||
|
sha256 = "93DzgA8nXVodDvllCOIuTtOYWpUdXwzPIGpi2SUSNqo=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
egl-wayland
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue