[Overlays+Packages] Use bleeding-edge linux-firmware package

This commit is contained in:
Antoine Viallon 2023-04-05 09:45:04 +02:00
parent 7ce4afb687
commit 495ef22f0e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -1,8 +1,7 @@
{config, pkgs, options, lib, nixpkgs-unstable, ...}: {config, pkgs, options, lib, ...}:
with lib; with lib;
let let
cfg = config.aviallon.overlays; cfg = config.aviallon.overlays;
unstable = nixpkgs-unstable;
in in
{ {
options.aviallon.overlays = { options.aviallon.overlays = {
@ -101,6 +100,9 @@ in
amdctl = super.callPackage ./packages/amdctl.nix {}; amdctl = super.callPackage ./packages/amdctl.nix {};
# Use bleeding-edge linux firmware
linux-firmware = super.unstable.linux-firmware;
myFirefox = (import ./packages/firefox.nix { pkgs = self; inherit lib; }); myFirefox = (import ./packages/firefox.nix { pkgs = self; inherit lib; });
}) })
(self: super: { (self: super: {