Skip to content

Commit

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

installPhase = ''
install -D system76.ko $out/lib/modules/${kernel.modDirVersion}/misc/system76.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 452fda1

Please sign in to comment.