From e23f00d8db52defcd0f8f71176c482f2373a7b7e Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 29 Jul 2021 00:09:32 +0200 Subject: [PATCH] fix syntax error --- krops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krops.nix b/krops.nix index 8983a34..c17fe78 100644 --- a/krops.nix +++ b/krops.nix @@ -27,7 +27,7 @@ let mkDeploy = hostname: target: { ${hostname} = pkgs.krops.writeDeploy "deploy-${hostname}" { source = source hostname; inherit target; - }; + }; }; in {} // mkDeploy "core-services-01" "root@core01.internal.rz.ens.wtf" // mkDeploy "remote-builder-01" "root@nix01.builders.rz.ens.wtf"