Compare commits

..

15 commits

Author SHA1 Message Date
e011ef6110
runs-on: nix 2025-07-07 12:14:10 +02:00
a5a54650e4
switch to podman 2025-07-07 11:34:31 +02:00
9a273cada1
increase numInstances to 3 2025-07-07 09:51:14 +02:00
c58eaf50e2
add note on podman attempt 2025-07-07 09:51:14 +02:00
4df96bee35
reconciliate old/new runners 2025-07-07 09:51:14 +02:00
bc0d5309d5
explicitly use custom container in CI 2025-07-07 09:51:14 +02:00
7492a16798
explicitly allow running command to manually generating tokens from forgejo machine
additionally serves to document the needed command, for future
automation.
2025-07-07 09:51:14 +02:00
ec404ca959
set up ci container from clan
credit:
https://discourse.nixos.org/t/gitea-nix-actions-runner-setup/35279
2025-07-07 09:51:14 +02:00
5e2aec49e0
try and recreate the container from icewind
see:
https://icewind.nl/entry/gitea-actions-nix/#using-nix-to-build-our-nix-image

> Error: crun: cannot find `` in $PATH: No such file or directory: OCI
runtime attempted to invoke a command that was not found
2025-07-07 09:51:14 +02:00
bc9905f10d
runs-on: docker 2025-07-07 09:51:14 +02:00
5705511179
rm runner file 2025-07-07 09:51:14 +02:00
75ba6eb81e
explicitly specify container image 2025-07-07 09:51:14 +02:00
0b52e75bd0
add label for new runner 2025-07-07 09:51:14 +02:00
59e7fd4d08
try out existing nix container made for gitea actions 2025-07-07 09:51:14 +02:00
b31117fd76
Switch all CI jobs to nixos label 2025-07-07 09:51:14 +02:00

View file

@ -9,6 +9,8 @@ let
git-hooks
gitignore
;
inherit (import sources.flake-inputs) import-flake;
inputs = (import-flake { src = ./.; }).inputs;
inherit (pkgs) lib;
inherit (import sources.flake-inputs) import-flake;
inherit ((import-flake { src = ./.; }).inputs) nixops4;
@ -76,6 +78,7 @@ in
# re-export inputs so they can be overridden granularly
# (they can't be accessed from the outside any other way)
inherit
inputs
sources
system
pkgs