Move Nix files back to the root of the project
This commit is contained in:
parent
52044d9995
commit
087153a16d
223 changed files with 12 additions and 12 deletions
13
pkgs/vim-plugins/conf-vim.nix
Normal file
13
pkgs/vim-plugins/conf-vim.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "conf-vim";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tjdevries";
|
||||
repo = "conf.vim";
|
||||
rev = "master";
|
||||
sha256 = "AjiTJsoim0BAnyfqk1IQzNsa6jhFM2+A66E7q9sJqz0=";
|
||||
};
|
||||
}
|
10
pkgs/vim-plugins/default.nix
Normal file
10
pkgs/vim-plugins/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ callPackage }:
|
||||
|
||||
{
|
||||
conf-vim = callPackage ./conf-vim.nix { };
|
||||
edit-alternate-vim = callPackage ./edit-alternate-vim.nix { };
|
||||
standard-vim = callPackage ./standard-vim.nix { };
|
||||
vim-caser = callPackage ./vim-caser.nix { };
|
||||
vim-textobj-indent = callPackage ./vim-textobj-indent.nix { };
|
||||
vim-textobj-xmlattr = callPackage ./vim-textobj-xmlattr.nix { };
|
||||
}
|
13
pkgs/vim-plugins/edit-alternate-vim.nix
Normal file
13
pkgs/vim-plugins/edit-alternate-vim.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "edit-alternate-vim";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tjdevries";
|
||||
repo = "edit_alternate.vim";
|
||||
rev = "master";
|
||||
sha256 = "mEKnqYAhgrdxPRoKf4S4yYecdFIHGg8bDxpqPuC1+S4=";
|
||||
};
|
||||
}
|
13
pkgs/vim-plugins/standard-vim.nix
Normal file
13
pkgs/vim-plugins/standard-vim.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "standard-vim";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tjdevries";
|
||||
repo = "standard.vim";
|
||||
rev = "master";
|
||||
sha256 = "9VwkvV1Dv6cE4uDkPp36DozjWJOclDR883yDMYw000E=";
|
||||
};
|
||||
}
|
13
pkgs/vim-plugins/vim-caser.nix
Normal file
13
pkgs/vim-plugins/vim-caser.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "vim-caser";
|
||||
src = fetchFromGitHub {
|
||||
owner = "arthurxavierx";
|
||||
repo = "vim-caser";
|
||||
rev = "6bc9f41d170711c58e0157d882a5fe8c30f34bf6";
|
||||
sha256 = "PXAY01O/cHvAdWx3V/pyWFeiV5qJGvLcAKhl5DQc0Ps=";
|
||||
};
|
||||
}
|
13
pkgs/vim-plugins/vim-textobj-indent.nix
Normal file
13
pkgs/vim-plugins/vim-textobj-indent.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "vim-textobj-indent";
|
||||
src = fetchFromGitHub {
|
||||
owner = "kana";
|
||||
repo = "vim-textobj-indent";
|
||||
rev = "deb76867c302f933c8f21753806cbf2d8461b548";
|
||||
sha256 = "oFzUPG+IOkbKZ2gU/kduQ3G/LsLDlEjFhRP0BHBE+1Q=";
|
||||
};
|
||||
}
|
13
pkgs/vim-plugins/vim-textobj-xmlattr.nix
Normal file
13
pkgs/vim-plugins/vim-textobj-xmlattr.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "vim-textobj-xmlattr";
|
||||
src = fetchFromGitHub {
|
||||
owner = "whatyouhide";
|
||||
repo = "vim-textobj-xmlattr";
|
||||
rev = "694a297f1d75fd527e87da9769f3c6519a87ebb1";
|
||||
sha256 = "+91FVP95oh00flINdltqx6qJuijYo56tHIh3J098G2Q=";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue