mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-15 15:21:01 -08:00
Move repo info into json files
This commit is contained in:
parent
740c87564f
commit
a5218a2f19
5 changed files with 6 additions and 8 deletions
|
|
@ -39,9 +39,7 @@ let
|
|||
name = "${namePrefix}-${repoMeta.version}";
|
||||
inherit (repoMeta) version;
|
||||
src = super.fetchFromGitHub {
|
||||
owner = "emacs-mirror";
|
||||
repo = "emacs";
|
||||
inherit (repoMeta) sha256 rev;
|
||||
inherit (repoMeta) owner repo sha256 rev;
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue