[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;
let
cfg = config.aviallon.overlays;
unstable = nixpkgs-unstable;
in
{
options.aviallon.overlays = {
@ -101,6 +100,9 @@ in
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; });
})
(self: super: {