summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorKier Davis <kierdavis@gmail.com>2018-05-06 18:58:51 +0100
committerKier Davis <kierdavis@gmail.com>2018-10-22 13:22:01 +0100
commit85526bce87def0cf74d23065690971e335987f7b (patch)
treed68aab93e562fcb9e28eceaa12724c45228e5387 /nixos/modules/hardware
parent119d539d7242394184ee2b9823571d8f67c55eef (diff)
ckb-next: 0.2.9 -> 0.3.2
In this update: * binaries `ckb` and `ckb-daemon` are renamed to `ckb-next` and `ckb-next-daemon` * build system changed from qmake to cmake * the directory searched for animation plugins no longer needs to be patched, as a result of the build system change * modprobe patch has been bumped, since the source repository layout has changed * the cmake scripts are quite FHS-centric and require patching to fix install locations
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/ckb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/ckb.nix b/nixos/modules/hardware/ckb.nix
index 8429572a8822..a8e697f79391 100644
--- a/nixos/modules/hardware/ckb.nix
+++ b/nixos/modules/hardware/ckb.nix
@@ -26,7 +26,7 @@ in
systemd.services.ckb = {
description = "Corsair Keyboard Daemon";
wantedBy = ["multi-user.target"];
- script = "${cfg.package}/bin/ckb-daemon";
+ script = "${cfg.package}/bin/ckb-next-daemon";
serviceConfig = {
Restart = "always";
StandardOutput = "syslog";