haskellPackages.kmonad: add darwinDriver
This commit is contained in:
@@ -1865,7 +1865,12 @@ builtins.intersectAttrs super {
|
||||
kmonad = lib.pipe super.kmonad [
|
||||
enableSeparateBinOutput
|
||||
(overrideCabal (drv: {
|
||||
passthru = lib.recursiveUpdate drv.passthru or { } { tests.nixos = pkgs.nixosTests.kmonad; };
|
||||
passthru = lib.recursiveUpdate drv.passthru or { } {
|
||||
darwinDriver = pkgs.karabiner-dk.override {
|
||||
driver-version = "5.0.0";
|
||||
};
|
||||
tests.nixos = pkgs.nixosTests.kmonad;
|
||||
};
|
||||
}))
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user