Skip to content

Commit a91ec36

Browse files
chore: change nixpkgs#wakatime references to wakatime-cli (#13)
Co-authored-by: Milo Moisson <milo@wiro.world>
1 parent 7116448 commit a91ec36

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ You may download the compressed tarball corresponding to your OS.
6868

6969
You will also need `wakatime-cli` in your `$PATH` for setups others than Nix, which already bundles it. You can download `wakatime-cli`:
7070

71-
- with your prefered package manager, see [`wakatime` repology] or [`wakatime-cli` repology]
72-
- or from the [`wakatime-cli` releases page]
71+
- with your preferred package manager (see [`wakatime-cli` repology])
72+
- from the [`wakatime-cli` releases page]
7373

74-
[`wakatime` repology]: https://repology.org/project/wakatime/versions
7574
[`wakatime-cli` repology]: https://repology.org/project/wakatime-cli/versions
7675
[`wakatime-cli` releases page]: https://github.com/wakatime/wakatime-cli/releases/latest
7776

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
cargo-dist
6969

70-
wakatime
70+
wakatime-cli
7171
];
7272

7373
buildInputs = [ ];

package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
, rustPlatform
55
, makeWrapper
6-
, wakatime
6+
, wakatime-cli
77
}:
88

99
with lib;
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
2727

2828
postFixup = ''
2929
wrapProgram $out/bin/wakatime-ls \
30-
--suffix PATH : ${makeBinPath [ wakatime ]}
30+
--suffix PATH : ${makeBinPath [ wakatime-cli ]}
3131
'';
3232

3333
meta = {

0 commit comments

Comments
 (0)