shack/gitlab-runner: remove trailing whitespace

This commit is contained in:
makefu 2019-06-14 23:58:24 +02:00
parent b6caea7a62
commit df9b3fa1be
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -10,7 +10,7 @@ in
"/run/wrappers" # /run/wrappers/bin/su
"/" # /bin/sh
];
imports = [
imports = [
"${runner-src}/gitlab-runner.nix"
];
services.gitlab-runner2.enable = true;