File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
pkgs/applications/editors/emacs/elisp-packages Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 450450 githubId = 12799326;
451451 name = "Abhinav Sharma";
452452 };
453+ abhisheksingh0x558 = {
454+ github = "abhisheksingh0x558";
455+ name = "Abhishek Singh";
456+ 457+ githubId = 92366747;
458+ };
453459 abigailbuccaneer = {
454460455461 github = "AbigailBuccaneer";
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ lib.packagesFromDirectoryRecursive {
1515 inherit ( pkgs ) codeium ;
1616 } ;
1717
18+ elpaca = callPackage ./manual-packages/elpaca { inherit ( pkgs ) git ; } ;
19+
1820 lsp-bridge = callPackage ./manual-packages/lsp-bridge {
1921 inherit ( pkgs )
2022 basedpyright
Original file line number Diff line number Diff line change 1+ {
2+ melpaBuild ,
3+ fetchFromGitHub ,
4+ git ,
5+ unstableGitUpdater ,
6+ lib ,
7+ } :
8+
9+ melpaBuild {
10+ pname = "elpaca" ;
11+ version = "0-unstable-2025-01-25" ;
12+
13+ src = fetchFromGitHub {
14+ owner = "progfolio" ;
15+ repo = "elpaca" ;
16+ rev = "db2fd7258ff69fe2d100888cb8d92cf3bf94d465" ;
17+ hash = "sha256-SseY0iU3D3cloKZy6xPp8QT0H1Cu2uGiiVG6rXq/UHg=" ;
18+ } ;
19+
20+ nativeBuildInputs = [ git ] ;
21+
22+ passthru . updateScript = unstableGitUpdater { } ;
23+
24+ meta = {
25+ homepage = "https://github.com/progfolio/elpaca" ;
26+ description = "Elisp package manager" ;
27+ license = lib . licenses . gpl3Plus ;
28+ maintainers = with lib . maintainers ; [ abhisheksingh0x558 ] ;
29+ } ;
30+ }
You can’t perform that action at this time.
0 commit comments