From f9cd687180557b4397fdb9ceb38ea64b26078b9c Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 3 Jul 2026 13:07:20 +0000 Subject: [PATCH] flake.nix: add awscli2 for building the appliance AMI Updates #1866 Signed-off-by: Kristoffer Dalby --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index c56063f8c..99c9a584c 100644 --- a/flake.nix +++ b/flake.nix @@ -164,6 +164,10 @@ # Makefile target that boots the Tailscale appliance under qemu. mtools dtc + + # awscli2 is used by gokrazy/build.go to import and register the + # Tailscale appliance AMI. + awscli2.out ]; }; });