From 51c97f77ae11d4eb8e5c38a9f5d0b5ca9d8e3da4 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 16 Dec 2023 00:34:10 -0500 Subject: ci: back to garnix --- nix/deployment.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nix/deployment.nix') diff --git a/nix/deployment.nix b/nix/deployment.nix index 9fb754e..57bc67a 100644 --- a/nix/deployment.nix +++ b/nix/deployment.nix @@ -13,8 +13,6 @@ inputs', ... }: let - name = "getchoo/teawiebot"; - crossPkgsFor = lib.fix (finalAttrs: { "x86_64-linux" = { "x86_64" = pkgs.pkgsStatic; @@ -70,7 +68,7 @@ containerFor = arch: pkgs.dockerTools.buildLayeredImage { - inherit name; + name = "teawiebot"; tag = "latest-${arch}"; contents = [pkgs.dockerTools.caCertificates]; config.Cmd = [(wieFor arch)]; -- cgit v1.2.3