From 91b0e90a19408c6de022b94b95ae93ef96cc0bd9 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 2 Mar 2026 14:51:27 +0000 Subject: [PATCH] tahani: add coreutils to inbox-triage PATH for password command --- hosts/tahani/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tahani/default.nix b/hosts/tahani/default.nix index d459fbf..e92de0a 100644 --- a/hosts/tahani/default.nix +++ b/hosts/tahani/default.nix @@ -64,7 +64,7 @@ in { Service = { Type = "oneshot"; ExecStart = "${opencode}/bin/opencode run --command inbox-triage"; - Environment = "PATH=${himalaya}/bin:${opencode}/bin"; + Environment = "PATH=${himalaya}/bin:${opencode}/bin:${pkgs.coreutils}/bin"; }; };