From aca0456568ff0a6dfaa2203467cc6b054dd75457 Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 16 Jun 2025 14:53:46 +0200 Subject: [PATCH] Test coreutils --- git_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_system.nix b/git_system.nix index c295164..e3f2123 100644 --- a/git_system.nix +++ b/git_system.nix @@ -37,7 +37,7 @@ in ]; serviceConfig = { Type = "simple"; - ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom"; + ExecStart = "${pkgs.coreutils}/bin/cp ${./home.tmpl} /var/lib/forgejo/custom"; }; }; };