nixpkgs: 2025-08-05 -> 2025-08-06

This commit is contained in:
2025-08-06 22:11:52 +00:00
parent 8dbb2fdbe3
commit c4ae9d9e25
10 changed files with 32 additions and 32 deletions

View File

@@ -173,7 +173,7 @@ in
domain = "conference.xmpp.uninsane.org";
}
];
uploadHttp.domain = "upload.xmpp.uninsane.org";
httpFileShare.domain = "upload.xmpp.uninsane.org";
virtualHosts = {
# "Prosody requires at least one enabled VirtualHost to function. You can

View File

@@ -26,7 +26,7 @@ in
# TODO: upstream into nixpkgs. <repo:nixos/nixpkgs:pkgs/os-specific/linux/kernel/common-config.nix>
name = "fix-module-builtin-mismatch";
patch = null;
extraStructuredConfig = with lib.kernel; {
structuredExtraConfig = with lib.kernel; {
# nixpkgs specifies `SUN8I_DE2_CCU = yes`, but that in turn requires `SUNXI_CCU = yes` and NOT `= module`
# symptom: config fails to eval
SUNXI_CCU = yes;

View File

@@ -78,7 +78,7 @@ in
{
name = "enable-libcamera-requirements";
patch = null;
extraStructuredConfig = with lib.kernel; {
structuredExtraConfig = with lib.kernel; {
# 2024-11-28: speculatively enable these options which postmarketOS enabled, hoping they'll fixup libcamera/Snapshot app
# - <https://gitlab.com/postmarketOS/pmaports/-/merge_requests/5084/diffs>
# - <https://gitlab.com/postmarketOS/pmaports/-/issues/2787>