From fd966b43181f559eaa466057a51738024fd1d191 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Sat, 27 Sep 2025 13:34:17 -0400 Subject: [PATCH] Add gettext (to have the non-Go version of envsubst) --- hosts/default/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 0686e82..c4bdc8b 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -238,6 +238,7 @@ in ansible # automation/software-defined-configuration tool binutils # gnu bin utils # conda # python environment management + gettext # gnu lib for text manipulation (added for envsubst) uv # alternative for python env management... lazydocker # docker[/compose] tui sqlite-interactive # sqlite cli