mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Add melpa packages
This commit is contained in:
parent
24fe120733
commit
aa1d14d8c2
4 changed files with 96703 additions and 3 deletions
8
update
8
update
|
|
@ -18,8 +18,16 @@ function update_repo() {
|
|||
echo "{\"rev\": \"${commit_sha}\", \"sha256\": \"${digest}\", \"version\": \"${version_number}\"}" > repos/$repo.json
|
||||
}
|
||||
|
||||
function update_melpa() {
|
||||
cd repos
|
||||
eval $(nix-instantiate --eval --expr 'let nixpath = builtins.toString (import <nixpkgs> {}).path; in "${nixpath}/pkgs/applications/editors/emacs-modes/update-melpa"')
|
||||
cd -
|
||||
}
|
||||
|
||||
update_repo ch11ng exwm
|
||||
update_repo ch11ng xelb
|
||||
update_repo emacs-mirror emacs
|
||||
|
||||
update_melpa
|
||||
|
||||
nix-build --no-out-link --show-trace ./test.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue