mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: apply nixfmt 1.2.0
This commit is contained in:
parent
cd60f55468
commit
28096cc5e3
198 changed files with 351 additions and 351 deletions
|
|
@ -188,7 +188,7 @@ in
|
|||
--runner-name ${lib.escapeShellArg instance.runnerName} \
|
||||
${lib.optionalString (
|
||||
instance.runnerDescription != null
|
||||
) ''--runner-description ${lib.escapeShellArg instance.runnerDescription}''}
|
||||
) "--runner-description ${lib.escapeShellArg instance.runnerDescription}"}
|
||||
|
||||
# Kill the server
|
||||
kill $!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue