treewide: nixf-diagnose cleanup
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
9fff37e6ff
commit
fa6de26b4d
51 changed files with 78 additions and 88 deletions
|
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
};
|
||||
nixpkgs.overlays = [
|
||||
(self: super: rec {
|
||||
(self: super: {
|
||||
openshift = config.lib.test.mkStubPackage {
|
||||
name = "openshift";
|
||||
version = "4.16.0";
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
# plugins without associated config should not trigger the creation of init.vim
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-fugitive
|
||||
({ plugin = vim-sensible; })
|
||||
{ plugin = vim-sensible; }
|
||||
];
|
||||
};
|
||||
nmt.script = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue