From 132257fb7398ca408a96655cdef8d259fc36f492 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 28 Dec 2025 22:46:55 -0600 Subject: [PATCH] bert: Fix bible.chandlerswift.com path --- bert/services/http/bible.chandlerswift.com.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bert/services/http/bible.chandlerswift.com.nix b/bert/services/http/bible.chandlerswift.com.nix index cd34d80..cafc362 100644 --- a/bert/services/http/bible.chandlerswift.com.nix +++ b/bert/services/http/bible.chandlerswift.com.nix @@ -14,8 +14,8 @@ let dontBuild = true; installPhase = '' - mkdir -p $out/api - mv * $out/api/ + mkdir -p $out/ + mv * $out/ ''; }; in {