From 010a2bb354b309c48092014904d4944b6d6eb9ca Mon Sep 17 00:00:00 2001 From: Mira Ressel Date: Tue, 10 Jun 2025 20:17:29 +0200 Subject: bookwyrm: split into two packages Seems nice to separate the compilation from the config injection. --- pkgs/overlay.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/overlay.nix') diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index e981f8f..687d5cf 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -281,7 +281,8 @@ in #### packaged mostly as shitpost / to play around with #### - bookwyrm = (self.callPackage ./bookwyrm.nix { + bookwyrm = self.callPackage ./bookwyrm {}; + bookwyrm-unwrapped = (self.callPackage ./bookwyrm/unwrapped.nix { python = super.python312.override ({ packageOverrides = self: super: { django-sass-processor = self.callPackage ./python/django-sass-processor.nix {}; -- cgit v1.2.3