From ebf6d280e17821a95147d7dad80031f41b387fc4 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 30 May 2024 16:06:23 +0200 Subject: [PATCH] ci: add nix to PATH --- hosts/tankstelle/forgejo-actions-runner.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/tankstelle/forgejo-actions-runner.nix b/hosts/tankstelle/forgejo-actions-runner.nix index 3869de9..294db44 100644 --- a/hosts/tankstelle/forgejo-actions-runner.nix +++ b/hosts/tankstelle/forgejo-actions-runner.nix @@ -20,9 +20,7 @@ useDefaultShell = true; group = "gitea-runner"; # Required to interact with nix daemon - extraGroups = [ - "wheel" - ]; + extraGroups = [ "wheel" ]; isSystemUser = true; }; @@ -44,6 +42,7 @@ wget cachix jq + nix ]; };