Skip to content

Commit

Permalink
build: fix neovim-with-rocks derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 8, 2024
1 parent 683736b commit 027fe81
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions nix/plugin-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,14 @@ in {
+ ''--set NVIM_APPNAME "nvimrocks"'';
}))
.overrideAttrs (oa: {
propagatedBuildInputs = [
final.lua5_1.pkgs.wrapLua
rocks
];
postFixup = ''
wrapLuaPrograms
'';
nativeBuildInputs =
oa.nativeBuildInputs
++ [
final.luajit.pkgs.wrapLua
# rocks
];
# postFixup = ''
# wrapLuaPrograms
# '';
});
}

0 comments on commit 027fe81

Please sign in to comment.