summary refs log tree commit diff
path: root/nixos/modules/services/x11/hardware
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-08-30 15:27:26 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-08-30 15:27:26 +0200
commitab539ab86343f290650b98937dbac6e17063ed13 (patch)
treea9c7d14c5cfb333af0707797af8a4877ca72cfe1 /nixos/modules/services/x11/hardware
parentae09fe25e994ca6fe51681ebfcdcf32fa2e8b769 (diff)
downloadnixpkgs-ab539ab86343f290650b98937dbac6e17063ed13.tar
nixpkgs-ab539ab86343f290650b98937dbac6e17063ed13.tar.gz
nixpkgs-ab539ab86343f290650b98937dbac6e17063ed13.tar.bz2
nixpkgs-ab539ab86343f290650b98937dbac6e17063ed13.tar.lz
nixpkgs-ab539ab86343f290650b98937dbac6e17063ed13.tar.xz
nixpkgs-ab539ab86343f290650b98937dbac6e17063ed13.tar.zst
nixpkgs-ab539ab86343f290650b98937dbac6e17063ed13.zip
libinput: make .bin the first output
That's the convention:
Diffstat (limited to 'nixos/modules/services/x11/hardware')
-rw-r--r--nixos/modules/services/x11/hardware/libinput.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix
index d0a87f183b6..7c3e35884ea 100644
--- a/nixos/modules/services/x11/hardware/libinput.nix
+++ b/nixos/modules/services/x11/hardware/libinput.nix
@@ -205,7 +205,7 @@ in {
       })
     ];
 
-    services.udev.packages = [ pkgs.libinput ];
+    services.udev.packages = [ pkgs.libinput.out ];
 
     services.xserver.config =
       ''