Less idiocy, more functioning
This commit is contained in:
parent
881b3912d8
commit
c25fcfc439
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
Rory-Open-Architecture = {
|
Rory-Open-Architecture = {
|
||||||
url = "git+https://cgit.rory.gay/Rory-Open-Architecture.git";
|
url = "git+https://cgit.rory.gay/Rory-Open-Architecture.git";
|
||||||
flake = false;
|
#flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
];
|
];
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(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;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue