flake: remove custom python overlay for poseidon
That was fun but build time was too long, not worth it
This commit is contained in:
parent
618b7b37e9
commit
4bbf21eff8
17
flake.nix
17
flake.nix
|
@ -84,23 +84,6 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
./poseidon.nix
|
./poseidon.nix
|
||||||
|
|
||||||
{
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
(self: super: {
|
|
||||||
fastPython3 = self.python3.override {
|
|
||||||
enableOptimizations = true;
|
|
||||||
reproducibleBuild = false;
|
|
||||||
self = self.fastPython3;
|
|
||||||
pythonAttr = "fastPython3";
|
|
||||||
};
|
|
||||||
|
|
||||||
matrix-synapse = super.matrix-synapse.override {
|
|
||||||
python3 = self.fastPython3;
|
|
||||||
};
|
|
||||||
})
|
|
||||||
];
|
|
||||||
}
|
|
||||||
] ++ sharedModules;
|
] ++ sharedModules;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue