From c306e47de10adb1e227e4b2bf262b499ad52e374 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Tue, 4 Mar 2025 11:18:20 +0100 Subject: [PATCH] Fix missing systemd unit directory creation in Bookwyrm --- bookwyrm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bookwyrm.nix b/bookwyrm.nix index 87e226f..c05cd56 100644 --- a/bookwyrm.nix +++ b/bookwyrm.nix @@ -116,6 +116,8 @@ mkDerivation { chmod +x $out/bin/bookwyrm + mkdir -p $out/etc/systemd/system + # Systemd units cat <<- EOF > $out/etc/systemd/system/bookwyrm.service