Added act to test actions locally

This commit is contained in:
2025-04-29 08:41:52 +01:00
parent 1bf6293a0c
commit 3a8146bde7

View File

@@ -5,7 +5,10 @@
inputs,
...
}: {
packages = [pkgs.git];
packages = [
pkgs.git
pkgs.act
];
languages.python = {
enable = true;