File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,9 @@ You may download the compressed tarball corresponding to your OS.
6868
6969You 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
Original file line number Diff line number Diff line change 6767
6868 cargo-dist
6969
70- wakatime
70+ wakatime-cli
7171 ] ;
7272
7373 buildInputs = [ ] ;
Original file line number Diff line number Diff line change 33
44, rustPlatform
55, makeWrapper
6- , wakatime
6+ , wakatime-cli
77} :
88
99with 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 = {
You can’t perform that action at this time.
0 commit comments