Add melpa packages

This commit is contained in:
adisbladis 2019-08-04 23:47:45 +01:00
parent 24fe120733
commit aa1d14d8c2
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
4 changed files with 96703 additions and 3 deletions

8
update
View file

@ -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