mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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;
|
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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue