From fd698cf4cd911cc0a96fe5bee3c5cbd7a7111e6a Mon Sep 17 00:00:00 2001 From: spy4x <2spy4x@gmail.com> Date: Sun, 17 Mar 2024 00:08:49 +0800 Subject: [PATCH] feat(apps): add "envsubst" for my homelab build step --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index a1d1cb5..f91ed52 100644 --- a/configuration.nix +++ b/configuration.nix @@ -134,6 +134,7 @@ in wl-clipboard # Wayland's clipboard copy/paste cli tools tree nixpkgs-fmt # Formatter for .nix files. Like Prettier. + envsubst # Is used in homelab deploy for building homepage zsh zsh-powerlevel10k # Shell tools END