Skip to content

Commit 18c9983

Browse files
authored
vimPlugins.oil-nvim: rebuild via lua51Packages (#382652)
2 parents c78dd5a + 9cd7492 commit 18c9983

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed

maintainers/scripts/luarocks-packages.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ nvim-cmp,https://raw.githubusercontent.com/hrsh7th/nvim-cmp/main/nvim-cmp-scm-1.
125125
nvim-dbee,,,,,,perchun
126126
nvim-nio,,,,,,mrcjkb
127127
nvim-web-devicons,,,,,,
128+
oil.nvim,,,,,,
128129
orgmode,,,,,,
129130
papis-nvim,,,,,,GaetanLepage
130131
pathlib.nvim,,,,,,

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11020,20 +11020,6 @@ final: prev:
1102011020
meta.hydraPlatforms = [ ];
1102111021
};
1102211022

11023-
oil-nvim = buildVimPlugin {
11024-
pname = "oil.nvim";
11025-
version = "2025-02-13";
11026-
src = fetchFromGitHub {
11027-
owner = "stevearc";
11028-
repo = "oil.nvim";
11029-
rev = "7cde5aab10f564408e9ac349d457d755422d58cd";
11030-
sha256 = "0x6vaapj5x7a4jhdc8mvzb701cfvziyb9ywj9sshsyfdhw9q8phs";
11031-
fetchSubmodules = true;
11032-
};
11033-
meta.homepage = "https://github.com/stevearc/oil.nvim/";
11034-
meta.hydraPlatforms = [ ];
11035-
};
11036-
1103711023
ollama-nvim = buildVimPlugin {
1103811024
pname = "ollama.nvim";
1103911025
version = "2024-06-09";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4018,6 +4018,7 @@ in
40184018
"nvim-dbee"
40194019
"nvim-nio"
40204020
"nvim-web-devicons"
4021+
"oil-nvim"
40214022
"orgmode"
40224023
"papis-nvim"
40234024
"rest-nvim"

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,6 @@ https://github.com/epwalsh/obsidian.nvim/,HEAD,
846846
https://github.com/nvimdev/oceanic-material/,,
847847
https://github.com/mhartington/oceanic-next/,,
848848
https://github.com/pwntester/octo.nvim/,,
849-
https://github.com/stevearc/oil.nvim/,HEAD,
850849
https://github.com/nomnivore/ollama.nvim/,HEAD,
851850
https://github.com/yonlu/omni.vim/,,
852851
https://github.com/Hoffs/omnisharp-extended-lsp.nvim/,HEAD,

pkgs/development/lua-modules/generated-packages.nix

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2977,6 +2977,29 @@ buildLuarocksPackage {
29772977
};
29782978
}) {};
29792979

2980+
oil-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, nvim-web-devicons }:
2981+
buildLuarocksPackage {
2982+
pname = "oil.nvim";
2983+
version = "2.15.0-1";
2984+
knownRockspec = (fetchurl {
2985+
url = "mirror://luarocks/oil.nvim-2.15.0-1.rockspec";
2986+
sha256 = "0xkych23rn6jpj4hbam1j7ca1gwb9z3lzfm7id3dvcqj8aysv77j";
2987+
}).outPath;
2988+
src = fetchzip {
2989+
url = "https://github.com/stevearc/oil.nvim/archive/v2.15.0.zip";
2990+
sha256 = "0rrv7wg0nwfj5fd6byxs4np1p18xxdzyv11ba6vqqh3s6z0qwawc";
2991+
};
2992+
2993+
disabled = luaOlder "5.1";
2994+
propagatedBuildInputs = [ nvim-web-devicons ];
2995+
2996+
meta = {
2997+
homepage = "https://github.com/stevearc/oil.nvim";
2998+
description = "Neovim file explorer: edit your filesystem like a buffer";
2999+
license.fullName = "MIT";
3000+
};
3001+
}) {};
3002+
29803003
orgmode = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, tree-sitter-orgmode }:
29813004
buildLuarocksPackage {
29823005
pname = "orgmode";

0 commit comments

Comments
 (0)