Skip to content

Commit

Permalink
fix(bluez): linux-firmware git
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Jan 10, 2024
1 parent 28c9e48 commit aa37899
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,21 @@

nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [
(
final: prev: {
linux-firmware = prev.linux-firmware.overrideAttrs (
old: {
version = "4f3022dc1f90e29705d892996b89a9cec3e183c4";
src = pkgs.fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
rev = "4f3022dc1f90e29705d892996b89a9cec3e183c4";
sha256 = "sha256-bNcYMbNk/tF7tRAfQgIqZuZ7p9MgrlJrwYIVCtDy0Kc=";
};
outputHash = "sha256-PqrToQoIlJYWaPqfiatDXNUbKL3aHJmZ+pq1XU83G2o=";
}
);
}
)
(
final: prev: {
power-profiles-daemon = prev.power-profiles-daemon.overrideAttrs (
Expand Down

0 comments on commit aa37899

Please sign in to comment.