Merge remote-tracking branch 'ni/master'
This commit is contained in:
commit
b1bee255ee
tv/2configs
|
@ -153,7 +153,7 @@ let {
|
|||
public = false;
|
||||
hooks = hooks // {
|
||||
post-receive = /* sh */ ''
|
||||
(${hooks.post-receive or ""})
|
||||
(${hooks.post-receive or ":"})
|
||||
${cgit-clear-cache}/bin/cgit-clear-cache
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -15,6 +15,7 @@ let {
|
|||
|
||||
extra-runtimepath = concatMapStringsSep "," (pkg: "${pkg.rtp}") [
|
||||
pkgs.vimPlugins.undotree
|
||||
pkgs.vimPlugins.vim-elixir
|
||||
(pkgs.vimUtils.buildVimPlugin {
|
||||
name = "vim-syntax-jq";
|
||||
src = pkgs.fetchgit {
|
||||
|
|
Loading…
Reference in a new issue