From 1f9787cf112ebc82be6000c4bd1c09b7dc88c319 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Thu, 6 Feb 2025 17:40:53 -0500
Subject: Update nixpkgs and stupid fixes

Some things got through the CI system, probably during updates. So I had more
stupid little fixes to do. I should really improve bild to the point that these
won't happen anymore and builds don't take so long.
---
 Omni/Dev/Beryllium/OpenWebui.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Omni/Dev/Beryllium')

diff --git a/Omni/Dev/Beryllium/OpenWebui.nix b/Omni/Dev/Beryllium/OpenWebui.nix
index 7b95331..dccba8b 100644
--- a/Omni/Dev/Beryllium/OpenWebui.nix
+++ b/Omni/Dev/Beryllium/OpenWebui.nix
@@ -7,7 +7,7 @@ in {
     volumes = ["/var/lib/open-webui:/app/backend/data"];
     environment = {
       OLLAMA_BASE_URL = "http://127.0.0.1:${toString ports.ollama}";
-      PORT = ports.open-webui;
+      PORT = toString ports.open-webui;
     };
     extraOptions = ["--network=host"];
   };
-- 
cgit v1.2.3