Skip to content

Commit

Permalink
feat: add build backends to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 21, 2024
1 parent d7dba70 commit 41f04b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@ with final.stdenv; let
luarocks-tag-release-action = pkgs.writeShellApplication {
name = "luarocks-tag-release-action";
runtimeInputs = with pkgs; [
luarocks
curl
luarocks-tag-release-action-wrapped
unzip
zip
(lua5_1.withPackages (luaPkgs:
with luaPkgs; [
luarocks
luafilesystem
luarocks-build-rust-mlua
luarocks-build-treesitter-parser
]))
];

text = ''
Expand Down

0 comments on commit 41f04b5

Please sign in to comment.