main #1

Merged
SevenOfAces merged 2 commits from SevenOfAces/Voxelis:main into main 2024-12-11 01:04:25 +00:00
Showing only changes of commit 224e58577f - Show all commits

View file

@ -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'