Less idiocy, more functioning

This commit is contained in:
Rory& 2025-08-15 17:58:50 +02:00
parent 881b3912d8
commit c25fcfc439
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -16,7 +16,7 @@
Rory-Open-Architecture = {
url = "git+https://cgit.rory.gay/Rory-Open-Architecture.git";
flake = false;
#flake = false;
};
};

View file

@ -8,7 +8,7 @@
];
nixpkgs.overlays = [
(final: prev: {
matrix-synapse-unwrapped = Rory-Open-Architecture.packages.${pkgs.stdenv.hostPlatform.system}.matrix-synapse-unwrapped;
matrix-synapse-unwrapped = builtins.trace (builtins.attrNames Rory-Open-Architecture) Rory-Open-Architecture.packages.${pkgs.stdenv.hostPlatform.system}.matrix-synapse-unwrapped-patched;
})
];
}