Added netrw~nvim and salt-lint
This commit is contained in:
parent
2ed60c215f
commit
54336cf9d4
4 changed files with 26 additions and 13 deletions
|
@ -6,7 +6,6 @@ self: super: {
|
|||
packageOverrides = python-self: python-super: {
|
||||
pytapo = python-self.callPackage ./pytapo { };
|
||||
brother-ql = python-self.callPackage ./brother-ql { };
|
||||
salt-lint = python-self.callPackage ./salt-lint { };
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -19,4 +18,8 @@ self: super: {
|
|||
#mealie = self.callPackage ./mealie { };
|
||||
gohome = self.callPackage ./gohome { };
|
||||
matrix-alertmanager-receiver = self.callPackage ./matrix-alertmanager-receiver { };
|
||||
vimPlugins = super.vimPlugins.extend ( self': super': {
|
||||
netrw-nvim = super.callPackage ./netrw-nvim { };
|
||||
});
|
||||
salt-lint = super.callPackage ./salt-lint { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue