From 1d5cc54b21b637be928c0e6df8fa3cabadd907a0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 18 Feb 2026 12:53:33 -0800 Subject: [PATCH] nixos(keepbook): drop obsolete sync daemon patch --- nixos/keepbook-sync.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/keepbook-sync.nix b/nixos/keepbook-sync.nix index 7a2b803b..6a3b0e85 100644 --- a/nixos/keepbook-sync.nix +++ b/nixos/keepbook-sync.nix @@ -7,11 +7,6 @@ # entrypoint under ts/dist/, but the Nix build does not build the TS # artifacts first. Skip checks to keep the package usable on NixOS. doCheck = false; - - # keepbook @ 385a4eb has a mismatch between an updated `sync_all_if_stale` - # signature and the keepbook-sync-daemon call-site; patch it in Nix until - # upstream fixes the build. - patches = (old.patches or []) ++ [ ./patches/keepbook-sync-daemon-transaction-sync-mode.patch ]; }); daemonArgs = [