flake: remove custom python overlay for poseidon

That was fun but build time was too long, not worth it
This commit is contained in:
Antoine Martin 2021-08-26 12:59:19 +02:00
parent 618b7b37e9
commit 4bbf21eff8

View file

@ -84,23 +84,6 @@
inherit system;
modules = [
./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;
};