repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
editors
/
emacs
/
elisp-packages
/
update
blob
02701fb546d9542ffc00cca2b87f439776c40655
1
#!/usr/bin/env bash
2
set -euo
pipefail
3
4
SCRIPT_DIR
=
"$( cd "
$
(
dirname
"
$0
"
)
" ; pwd -P )"
5
cd
"
$SCRIPT_DIR
"
6
7
.
/
update-from-overlay
8
9
.
/
update-manual
10
git commit
-m
"emacs.pkgs.manualPackages: $(date --iso)"
--
.