summaryrefslogtreecommitdiff
path: root/pkgs/overlay.nix
diff options
context:
space:
mode:
authorMira Ressel2025-06-10 20:17:29 +0200
committerMira Ressel2025-06-12 11:08:41 +0200
commit010a2bb354b309c48092014904d4944b6d6eb9ca (patch)
tree2aae4e055a3efc7e0eaf5b5f43b6e2ce78bcd92c /pkgs/overlay.nix
parentd58c1897c33e8ce9dc3375fcca72d3c294fdd443 (diff)
bookwyrm: split into two packages
Seems nice to separate the compilation from the config injection.
Diffstat (limited to 'pkgs/overlay.nix')
-rw-r--r--pkgs/overlay.nix3
1 files changed, 2 insertions, 1 deletions
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 {};