added lua tools to flake
This commit is contained in:
parent
236dd62265
commit
224e58577f
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
# Tooling file for Nix and NixOS to get a quick start
|
||||
# Run 'nix develop' to enter the development shell
|
||||
description = "pending";
|
||||
|
||||
inputs = {
|
||||
|
@ -15,6 +16,11 @@
|
|||
buildInputs = [
|
||||
# Run CI/CD actions locally
|
||||
pkgs.act
|
||||
# Lua 5.1 development tools
|
||||
lua51Packages.lua
|
||||
lua51Packages.luarocks
|
||||
lua51Packages.busted
|
||||
lua51Packages.luacheck
|
||||
];
|
||||
shellHook = ''
|
||||
alias run_workflows='act -W $PWD/.forgejo/workflows -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest --pull=false'
|
||||
|
|
Loading…
Add table
Reference in a new issue