about summary refs log tree commit diff
path: root/pkgs/tools/misc/wakatime
AgeCommit message (Collapse)AuthorFilesLines
2022-11-30wakatime: 1.57.0 -> 1.60.1R. Ryantm1-2/+2
2022-11-13wakatime: 1.55.2 -> 1.57.0R. Ryantm1-2/+2
2022-10-12wakatime: 1.55.1 -> 1.55.2R. Ryantm1-2/+2
2022-09-10wakatime: 1.54.0 -> 1.55.1R. Ryantm1-3/+3
2022-08-30wakatime: 1.53.4 -> 1.54.0R. Ryantm1-2/+2
2022-08-14wakatime: 1.38.0 -> 1.53.4R. Ryantm1-3/+3
2022-05-04treewide: add meta.mainProgram to many packagesMalo Bourgon1-0/+1
2022-02-27wakatime: 1.37.0 -> 1.38.0R. Ryantm1-2/+2
2022-02-25wakatime: 1.35.4 -> 1.37.0R. Ryantm1-3/+3
2022-02-13wakatime: 1.18.7 -> 1.35.4R. Ryantm1-3/+3
2021-11-08wakatime: 13.0.7 -> 1.18.7Edmund Wu1-16/+7
Convert to the new implementation in Go
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-02-29wakatime: 13.0.4 -> 13.0.7Edmund Wu1-2/+2
2020-02-06wakatime: 13.0.3 -> 13.0.4R. RyanTM1-2/+2
2020-01-17wakatime: 13.0.2 -> 13.0.3R. RyanTM1-2/+2
2019-11-29wakatime: 13.0.1 -> 13.0.2R. RyanTM1-2/+2
2019-11-17wakatime: 10.8.0 -> 13.0.1R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-24wakatime: 10.6.0 -> 10.8.0Edmund Wu1-2/+2
2018-12-18wakatime: 10.2.1 -> 10.6.0Edmund Wu1-2/+2
2018-06-19wakatime: 10.1.0 -> 10.2.1Edmund Wu1-2/+2
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2018-01-16wakatime: 10.0.1 -> 10.1.0Jörg Thalheim1-3/+12
2018-01-16wakatime: don't run check phaseAshley Gillman1-0/+2
2017-11-11wakatime: 7.0.4 -> 10.0.1Eric Bailey1-9/+6
Fixes #26133
2017-03-06wakatime: fix checksumJörg Thalheim1-1/+1
2017-03-05wakatime: 6.0.1 -> 7.0.4Eric Bailey1-2/+2
2016-05-08wakatime: init at 6.0.1Tobias Geerinckx-Rice1-0/+29
To hack together a working WakaTime under emacs on NixOS: * Install both `wakatime` and `(emacsWithPackages [ wakatime-mode ])` * Add the following to your initialisation file (default: ~/.emacs): (custom-set-variables ;; ... '(wakatime-api-key "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX") '(wakatime-cli-path "") ; sic '(wakatime-python-bin "/path/to/profile/bin/wakatime")) ; sic * `M-x global-wakatime-mode` to test your settings.