summary refs log tree commit diff
path: root/pkgs/os-specific/linux/tuxedo-keyboard
Commit message (Collapse)AuthorAge
* tuxedo-keyboard: set it as broken for kernel <= 5.4Pol Dellaiera2023-07-15
| | | | | | | - Switch to `finalAttrs` pattern - Add missing phase hooks - Sort `meta` attribute - Update `meta.broken` attribute
* tuxedo-keyboard: 3.2.5 -> 3.2.7Dominik Xaver Hörl2023-07-12
|
* tuxedo-keyboard 3.1.4 -> 3.2.5Dominik Xaver Hörl2023-06-07
|
* tuxedo-keyboard: fix building of tuxedo-keyboard kernel modulePhil Dyer2023-03-23
|
* linuxPackages.tuxedo-keyboard: 3.1.1 -> 3.1.4Julian Stecklina2023-03-07
| | | | This unbreaks tuxedo-keyboard for Linux 6.2.
* linuxPackages.tuxedo-keyboard: 3.0.9 -> 3.1.1Florian Warzecha2022-12-09
| | | | | | | Expose the uniwill-wmi module in addition to the already exported modules. That module is required to run the Tuxedo Control Center and as a dependency of the tuxedo-keyboard module.
* linuxPackages.tuxedo-keyboard: update description to point to moduleJulian Stecklina2022-01-12
|
* linuxPackages.tuxedo-keyboard: 3.0.8 -> 3.0.9Julian Stecklina2022-01-12
|
* linuxPackages.tuxedo-keyboard: expose all kernel modulesJulian Stecklina2021-08-29
| | | | | | | | | | This commit exposes in addition to the tuxedo-keyboard module: - clevo_acpi - clevo_wmi - tuxedo_io These modules are required to run the Tuxedo Control Center.
* linuxPackages.tuxedo-keyboard: 3.0.7 -> 3.0.8Julian Stecklina2021-08-29
|
* linuxPackages.tuxedo-keyboard: 3.0.5 -> 3.0.7fortuneteller2k2021-07-01
|
* linuxPackages.tuxedo-keyboard: mark broken for aarch64fortuneteller2k2021-06-03
|
* tuxedo-keyboard: 2019-08-26 -> v3.0.5thomas.blank2021-05-02
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* nixos/tuxedo-keyboard: init module.blanky02302020-01-26