mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays+Packages] Use bleeding-edge linux-firmware package
This commit is contained in:
parent
7ce4afb687
commit
495ef22f0e
1 changed files with 4 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue