overrides: repin linux-firmware to latest

https://github.com/NixOS/nixpkgs/issues/255288#issuecomment-1788344779
This commit is contained in:
Infinidoge 2023-10-31 23:26:24 -04:00
parent 79f92d7399
commit 851fab2839

View file

@ -14,13 +14,13 @@ in
inherit latest fork stable; inherit latest fork stable;
inherit (latest) inherit (latest)
linux-firmware
; ;
inherit (fork) inherit (fork)
; ;
inherit (stable) inherit (stable)
linux-firmware
; ;
schildichat-desktop = prev.schildichat-desktop.override { electron = final.electron_25; }; schildichat-desktop = prev.schildichat-desktop.override { electron = final.electron_25; };