mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
fix: remove bad exec
This commit is contained in:
parent
c8f136ecc5
commit
f86e6133d9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ let
|
|||
serviceConfig.ProgramArguments = mkIf (cmd != "") [
|
||||
"/bin/sh"
|
||||
"-c"
|
||||
"exec /bin/wait4path /nix/store && exec ${cmd}"
|
||||
"/bin/wait4path /nix/store && exec ${cmd}"
|
||||
];
|
||||
serviceConfig.EnvironmentVariables = mkIf (env != {}) env;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue