From c8951f6da875f137bba0f99593bad468b8412415 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 5 Jun 2026 10:39:32 -0500 Subject: [PATCH] chore: add build tools --- home/hosts/lithic/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/hosts/lithic/default.nix b/home/hosts/lithic/default.nix index d8caec5..61ac291 100644 --- a/home/hosts/lithic/default.nix +++ b/home/hosts/lithic/default.nix @@ -26,12 +26,16 @@ in ansible awscli2 cargo + clippy direnv + go home-manager just mcp-grafana + nil nixVersions.stable podman + podman-compose poetry pre-commit (pulumi.withPackages ( @@ -45,6 +49,7 @@ in )) python rustc + rustfmt terraform ]; };