mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
locked linux-firmware and 6.12.52
This commit is contained in:
11
systems/jeeves/linux-firmware-20251011.nix
Normal file
11
systems/jeeves/linux-firmware-20251011.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ inputs, ... }:
|
||||
|
||||
let
|
||||
linuxFirmwareOverlay = final: prev: {
|
||||
linux-firmware =
|
||||
inputs.nixpkgs-linux-firmware-20251011.legacyPackages.${final.system}.linux-firmware;
|
||||
};
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [ linuxFirmwareOverlay ];
|
||||
}
|
||||
Reference in New Issue
Block a user