Skip to content

Commit

Permalink
linuxPackages.system76-acpi: Install hwdb rules
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Sep 23, 2020
1 parent 452fda1 commit 9f43146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/system76-acpi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ stdenv.mkDerivation {

installPhase = ''
install -D system76_acpi.ko $out/lib/modules/${kernel.modDirVersion}/misc/system76_acpi.ko
mkdir -p $out/lib/udev/hwdb.d
mv lib/udev/hwdb.d/* $out/lib/udev/hwdb.d
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 9f43146

Please sign in to comment.