feat: update git pre-commit checks

This commit is contained in:
Ryan Yin
2023-12-18 10:43:35 +08:00
parent 74cec7dd8e
commit 8d83ded0fb
11 changed files with 268 additions and 275 deletions

View File

@@ -8,7 +8,7 @@
host_tags,
targetUser ? specialArgs.username,
}: let
username = specialArgs.username;
inherit (specialArgs) username;
in
{
name,
@@ -16,8 +16,8 @@ in
...
}: {
deployment = {
inherit targetUser;
targetHost = name; # hostName or IP address
targetUser = targetUser;
tags = host_tags;
};