mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
treewide: nixf-diagnose cleanup
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user