nixpkgs.vimPlugins.dhall-vim is already in nixpkgs
This commit is contained in:
parent
d6330a769b
commit
d79549d74f
1 changed files with 1 additions and 11 deletions
|
@ -10,16 +10,6 @@ with pkgs;
|
||||||
|
|
||||||
let
|
let
|
||||||
plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
|
plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
|
||||||
"vim-dhall" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
|
||||||
name = "vim-dhall";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "vmchale";
|
|
||||||
repo = "dhall-vim";
|
|
||||||
rev = "ef31cfee6d8c555d44d282e4cec1367512ad7fe9";
|
|
||||||
sha256 = "0r7y614xld5spgpa4c8ms4rm1p8xzsayp91j4jiqhxn6ly6igv7f";
|
|
||||||
};
|
|
||||||
dependencies = [];
|
|
||||||
};
|
|
||||||
"vim-terraform" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
"vim-terraform" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-terraform";
|
name = "vim-terraform";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -84,6 +74,7 @@ let
|
||||||
Solarized
|
Solarized
|
||||||
better-whitespace
|
better-whitespace
|
||||||
calendar-vim
|
calendar-vim
|
||||||
|
dhall-vim
|
||||||
elm-vim
|
elm-vim
|
||||||
fzf-vim
|
fzf-vim
|
||||||
fzfWrapper
|
fzfWrapper
|
||||||
|
@ -94,7 +85,6 @@ let
|
||||||
systemd-syntax
|
systemd-syntax
|
||||||
vim-airline
|
vim-airline
|
||||||
vim-airline-themes
|
vim-airline-themes
|
||||||
vim-dhall
|
|
||||||
vim-gnupg
|
vim-gnupg
|
||||||
vim-nix
|
vim-nix
|
||||||
vim-orgmode
|
vim-orgmode
|
||||||
|
|
Loading…
Reference in a new issue