From 3b54ad983d86686ede1c94910f2deb31b24699c1 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sat, 6 Dec 2025 14:03:29 +0000 Subject: [PATCH] actual: Revert version override as we are now on 25.11 --- services/qenya/actual.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/qenya/actual.nix b/services/qenya/actual.nix index 35ce443..aeec9ff 100644 --- a/services/qenya/actual.nix +++ b/services/qenya/actual.nix @@ -18,10 +18,6 @@ in services.actual = { enable = true; - # nixos 25.05 is on actual-server 25.6.1 which contains an annoying bug - # nixpkgs maintainers declined to backport a newer version, so get this from unstable for now - # ref. https://github.com/NixOS/nixpkgs/issues/423541 - package = (import inputs.nixpkgs-unstable-small { system = "x86_64-linux"; }).actual-server; settings.port = 5006; }; };