summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/skhd/default.nix
Commit message (Collapse)AuthorAge
* skhd: silence implicit-function-declaration warning on Darwinfortuneteller2k2023-11-17
|
* treewide: add version tests (#255781)Austin Horstman2023-09-18
|
* treewide: add meta.mainProgram (#251487)Austin Horstman2023-08-26
| | | | | | | | | | | | | | | | | | | | | * skhd: add meta.mainProgram * yabai: add meta.mainProgram * kitty: add meta.mainProgram * alacritty: add meta.mainProgram * thunar: add meta.mainProgram * looking-glass-client: add meta.mainProgram * thunderbird: add meta.mainProgram * ckb-next: add meta.mainProgram * virt-manager: add meta.mainProgram * gh: add meta.mainProgram
* skhd: use `finalAttrs` patternPol Dellaiera2023-07-31
|
* skhd: 0.3.5 -> 0.3.9Austin Horstman2023-07-31
|
* skhd: add khaneliman as maintainerAustin Horstman2023-07-30
|
* 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
* skhd: 0.3.0 -> 0.3.5cmacrae2020-05-02
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* skhd: 0.2.2 -> 0.3.0Eric Bailey2018-12-04
|
* skhd: bump 0.1.1 to 0.2.2Periklis Tsirakidis2018-07-25
|
* skhd: Bump 0.0.14 to 0.1.1Periklis Tsirakidis2018-05-10
|
* skhd: 0.0.12 -> 0.0.14Periklis Tsirakidis2018-05-05
|
* skhd: 0.0.10 -> 0.0.12Daiderd Jordan2018-03-25
|
* skhd: init at 0.0.10Daiderd Jordan2018-03-05