summaryrefslogtreecommitdiff
path: root/pkgs/bookwyrm/default.nix
diff options
context:
space:
mode:
authorMira Ressel2025-10-29 15:45:19 +0100
committerMira Ressel2025-10-29 16:55:33 +0100
commit2fbe09962604c10a481614fa07298e199f1a0fc0 (patch)
treedb511fb66f0266cae200896cd3c2b30330dc7049 /pkgs/bookwyrm/default.nix
parent94945fb893fc8329fde36368e07dc308d864f4da (diff)
bookwyrm: bump to 0.8.0
bookwyrm now officially depends on django 5.2, which isn't in nixos-25.05 yet, but django 5.1 seems to be fiiiine too, paws crossed. The USE_HTTPS env var no longer has any effect, https is now always used unless DOMAIN is localhost.
Diffstat (limited to '')
-rw-r--r--pkgs/bookwyrm/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/bookwyrm/default.nix b/pkgs/bookwyrm/default.nix
index e4c55bf..6e0756b 100644
--- a/pkgs/bookwyrm/default.nix
+++ b/pkgs/bookwyrm/default.nix
@@ -12,7 +12,6 @@ let
settingsWithDefaults = {
DOMAIN = "localhost";
DEBUG = false;
- USE_HTTPS = false;
EMAIL = "your@email.here";
PGPORT = 5432;
POSTGRES_USER = "bookwyrm";