Commit e1e810465085

Vincent Demeester <vincent@sbr.pm>
2026-06-22 15:22:44
fix(wallabag): exclude php-opcache extension
Binary cache substitute for aarch64 is corrupt, and wallabag does not strictly require opcache to function.
1 parent cd0db58
Changed files (1)
modules
wallabag
modules/wallabag/default.nix
@@ -114,7 +114,7 @@ let
 
   phpPackage = pkgs.php83.withExtensions (
     { enabled, all }:
-    enabled
+    (builtins.filter (e: e.pname or "" != "php-opcache") enabled)
     ++ [
       all.pdo_pgsql
       all.pgsql