{ eself , fetchFromGitHub , emacs , gcc , lib , writeText , unstableGitUpdater , ... }: let rev = "a55cefee20ea94747b12068a1d4b64b0decf37eb"; in eself.trivialBuild { ename = "tabnine-capf"; pname = "tabnine-capf"; version = "0.0.1+unstable=2023-04-23"; src = fetchFromGitHub { owner = "50ways2sayhard"; repo = "tabnine-capf"; inherit rev; sha256 = "14n5xklm9cpkn04crvx7mlykk48w2j2w5vcf6ipfj84dhpiyzh0j"; }; packageRequires = with eself; [ dash s ]; buildInputs = [ emacs gcc ]; buildPhase = '' runHook preBuild emacs -L . --batch --funcall batch-byte-compile *.el runHook postBuild ''; recipe = writeText "recipe" '' (tabnine-capf :repo "50ways2sayhard/tabnine-capf" :fetcher github) ''; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "A capf version of company-tabnine"; homepage = "https://github.com/50ways2sayhard/tabnine-capf"; license = licenses.mit; inherit (emacs.meta) platforms; }; } es'> System and user configuration, managed by nix and home-managerGitolite user
summary refs log tree commit diff stats
path: root/user/settings/music.nix
blob: 6bd160361a7be33b7f8214713cb5acb4d7e3589c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16