Added act to test actions locally

This commit is contained in:
2025-04-29 08:42:09 +01:00
parent e8df1e4541
commit 5fea611ab4

View File

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