From 4144d02742902f4c230587cb38a3bbe729eb621a Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Wed, 10 Apr 2024 13:33:55 +0530 Subject: [PATCH] add FIXME to use the upstream open-webui after https://github.com/open-webui/open-webui/pull/1472 --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 8a35e6b..f6429b1 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; dream2nix.url = "github:nix-community/dream2nix"; dream2nix.inputs.nixpkgs.follows = "nixpkgs"; + # FIXME: use upstream after https://github.com/open-webui/open-webui/pull/1472 open-webui = { url = "github:shivaraj-bh/open-webui/304bf9d9b13fa1937a5d5bbff710e4237ca2d62b"; flake = false;