synit: fixup synit-log

This commit is contained in:
Emery Hemingway 2023-07-10 15:18:28 +01:00
parent 2b60a063df
commit 1c74cf864d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
options.synit.logProgram = lib.mkOption {
type = lib.types.str;
type = lib.types.path;
default = pkgs.writeScript "synit-log" ''
#!${pkgs.execline}/bin/execlineb -P
foreground { ${pkgs.coreutils}/bin/mkdir -p /var/log/synit }