This commit is contained in:
Kopatz
2025-07-04 14:23:38 +02:00
parent d10fed2673
commit bc2c9b27dd
2 changed files with 28 additions and 38 deletions

View File

@@ -29,16 +29,6 @@ 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;