From 96832c8a5b0c06ccdc35fc219058d79b1250ef2f Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 14 Jul 2024 01:33:57 -0400 Subject: [PATCH] Infini-DL360/forgejo: replace nodejs in priviledged runner with nix --- hosts/Infini-DL360/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/forgejo.nix b/hosts/Infini-DL360/forgejo.nix index 4673f89..8c195be 100644 --- a/hosts/Infini-DL360/forgejo.nix +++ b/hosts/Infini-DL360/forgejo.nix @@ -75,7 +75,7 @@ in gawk gitMinimal gnused - nodejs + nix wget ]; };