From 05896f6d3bd75d8005f904a5b52d9bea47276faf Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 7 Jun 2026 13:17:33 +0200 Subject: [PATCH] =?UTF-8?q?phantom-ship/shipyard:=20rename=20poppler=5Futi?= =?UTF-8?q?ls=20=E2=86=92=20poppler-utils?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nixpkgs renamed it; the old attr is now an error alias. Co-Authored-By: Claude Opus 4.7 (1M context) --- nixos/hosts/phantom-ship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index 1386fd3..e018a73 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -270,7 +270,7 @@ in pkgs.ffmpeg # video/animation posters, sticker decode tesseractWithLangs # photo OCR pkgs.whisper-cpp # voice/audio transcription - pkgs.poppler_utils # pdftotext (document handling) + pkgs.poppler-utils # pdftotext (document handling) ]; environment = { SHIPYARD_BOT_TOKEN_FILE = "/home/danny/.secrets/telegram-bot-token-shipyard";