Merge pull request #240761 from teto/alpha-nvim-test

This commit is contained in:
figsoda
2023-06-30 14:38:56 -04:00
committed by GitHub
@@ -128,6 +128,12 @@
}:
self: super: {
alpha-nvim = super.alpha-nvim.overrideAttrs(oa: {
dependencies = [
self.nvim-web-devicons # required by the startify theme
];
nvimRequireCheck = "alpha";
});
autosave-nvim = super.autosave-nvim.overrideAttrs(old: {
dependencies = with super; [ plenary-nvim ];