From 4e1807ba0505e9d91eb84888f47a79f2947541bf Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 31 Oct 2023 23:38:02 +0100 Subject: [PATCH] flora-6: switch forgejo runner docker image to custom built nix-flakes-node image, source: https://git.pub.solar/pub-solar/nix-flakes-node --- hosts/flora-6/forgejo-actions-runner.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/flora-6/forgejo-actions-runner.nix b/hosts/flora-6/forgejo-actions-runner.nix index 3cb09026..d491607a 100644 --- a/hosts/flora-6/forgejo-actions-runner.nix +++ b/hosts/flora-6/forgejo-actions-runner.nix @@ -27,8 +27,8 @@ "ubuntu-latest:docker://debian:bookworm" # alpine "alpine-latest:docker://alpine:3.18" - # nix flakes enabled image from https://github.com/nix-community/docker-nixpkgs - "nix-flakes:docker://docker.nix-community.org/nixpkgs/nix-flakes:latest" + # nix flakes enabled image from + "nix-flakes:docker://git.pub.solar/pub-solar/nix-flakes-node:latest" ]; }; };