From 9032f79da570809d95f1e36a8e6c0a9e4029f5c2 Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Sat, 7 Jun 2025 02:46:50 +0200 Subject: [PATCH] just read the docs --- .forgejo/workflows/build-image.yml | 2 +- nixos/hosts/forgejo-runner/runner.nix | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index 7b47893..97d880c 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: nixos + runs-on: nixos-latest defaults: run: diff --git a/nixos/hosts/forgejo-runner/runner.nix b/nixos/hosts/forgejo-runner/runner.nix index b49fe97..cd5aa52 100644 --- a/nixos/hosts/forgejo-runner/runner.nix +++ b/nixos/hosts/forgejo-runner/runner.nix @@ -20,8 +20,10 @@ # "ubuntu-22.04:docker://node:16-bullseye" # "ubuntu-20.04:docker://node:16-bullseye" # "ubuntu-18.04:docker://node:16-buster" + "node-22:docker://node:22-bookworm" + "nixos-latest:docker://nixos/nix" ## optionally provide native execution on the host: - "nixos:host" + "native:host" ]; }; };