Test coreutils

This commit is contained in:
Michael Huebner 2025-06-16 14:53:46 +02:00
parent 54966e3417
commit aca0456568

View file

@ -37,7 +37,7 @@ in
]; ];
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom"; ExecStart = "${pkgs.coreutils}/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
}; };
}; };
}; };