update and use newer firmware to unbreak gpu

This commit is contained in:
Kopatz
2025-06-26 19:35:24 +02:00
parent ba897ff85c
commit df27b2f789
2 changed files with 28 additions and 18 deletions

View File

@@ -29,6 +29,16 @@ in
system = "x86_64-linux";
config.allowUnfree = true;
}).xrdp;
linux-firmware = prev.linux-firmware.overrideAttrs (old: rec {
pname = "linux-firmware";
version = "20250625";
src = prev.fetchFromGitLab {
owner = "kernel-firmware";
repo = "linux-firmware";
rev = "cbbce56d6dcc1ec8fb485dfb92c68cb9acd51410";
hash = "sha256-7XN2g4cnHLnICs/ynt8dCpTJbbBkbOdtRm3by/XrDps=";
};
});
#hyprland =
# inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;