nixpkgs: 2025-08-05 -> 2025-08-06
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user