From ab539ab86343f290650b98937dbac6e17063ed13 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Thu, 30 Aug 2018 15:27:26 +0200 Subject: libinput: make .bin the first output That's the convention: --- nixos/modules/services/x11/hardware/libinput.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/x11') diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix index d0a87f183b6f..7c3e35884eab 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 = '' -- cgit 1.4.1