Skip to content

Commit

Permalink
chore!: update trieve to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaralice committed Oct 13, 2024
1 parent c51df48 commit 237aeba
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6,492 deletions.
3 changes: 0 additions & 3 deletions nixos-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ in
chat = mkDomainOption "chat";
search = mkDomainOption "search";
api = mkDomainOption "api";
analytics = mkDomainOption "analytics";
};
};
};
Expand Down Expand Up @@ -147,7 +146,6 @@ in
[
"dashboard"
"chat"
"analytics"
"search"
]
);
Expand Down Expand Up @@ -179,7 +177,6 @@ in
VITE_API_HOST = "https://${cfg.domain.api}/api";
VITE_SEARCH_UI_URL = "https://${cfg.domain.search}";
VITE_CHAT_UI_URL = "https://${cfg.domain.chat}";
VITE_ANALYTICS_UI_URL = "https://${cfg.domain.analytics}";
VITE_DASHBOARD_URL = "https://${cfg.domain.dashboard}";
VITE_SENTRY_DASHBOARD_DSN = "";
VITE_BM25_ACTIVE = "true";
Expand Down
4 changes: 2 additions & 2 deletions packages/common.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
rec {
version = "0.11.8";
version = "0.12.0";
src = {
owner = "devflowinc";
repo = "trieve";
rev = "v${version}";
hash = "sha256-4osska+/OTRPQyUxnBDb9m5+urbZSFwqV0HvIGIQPwM=";
hash = "sha256-XYRHn0nB2GpAn52LTb0dvttl52dfEWjsOrwHwlyvOBI=";
};
}
3 changes: 1 addition & 2 deletions packages/frontends/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
nodejs,
lib,
buildFrontends ? [
"analytics"
"chat"
"dashboard"
"search"
Expand All @@ -22,7 +21,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub common.src;
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-ZD5uCXrPblWrbUShllCA9wt2GTLQxGHdKeBLGVrM+lo=";
hash = "sha256-nM45e89f2fvwXRcMIGwhnSvJAfrOpa9I4qFQHIfvByk=";
};

buildPhase =
Expand Down
Loading

0 comments on commit 237aeba

Please sign in to comment.