Fix deprecated package names for NixOS 25.11
- Remove amdvlk from boxy config (replaced by RADV, enabled by default) - Rename vaapiVdpau to libva-vdpau-driver in wixos config - Fixes nix flake check errors
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
extraPackages = with pkgs; [
|
||||
mesa
|
||||
libvdpau-va-gl
|
||||
vaapiVdpau
|
||||
libva-vdpau-driver
|
||||
];
|
||||
};
|
||||
environment.sessionVariables = {
|
||||
|
||||
Reference in New Issue
Block a user