aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'overlays')
-rw-r--r--overlays/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 0e39244..ea1e219 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -22,6 +22,16 @@
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });
+ linux-firmware = prev.linux-firmware.overrideAttrs (old: rec {
+ pname = "linux-firmware";
+ version = "20250613";
+ src = super.fetchFromGitLab {
+ owner = "kernel-firmware";
+ repo = "linux-firmware";
+ rev = "12fe085fa4096dedd82a9af0901fb8721379011f";
+ hash = "sha256-7XN2g4cnHLnICs/ynt8dCpTJbbBkbOdtRm3by/XrDps=";
+ };
+ });
};
#"67e692392-packages" = final: _prev: {