add forgejo runner

This commit is contained in:
Lzebulon 2025-08-06 20:12:52 +02:00
parent 5db6606ef8
commit b49363f299
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D
7 changed files with 139 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{ pkgs
,
, agenix
}:
pkgs.mkShell {
@ -8,6 +8,7 @@ pkgs.mkShell {
packages = with pkgs; [
nil
nixpkgs-fmt
agenix.packages.${system}.default
];
shellHook = ''