| 25 Apr 2025 |
dramforever | is your config still here? https://git.outfoxxed.me/outfoxxed/jupiter-test | 03:45:17 |
dramforever | looks like 4 days ago, but i can check it out and see if there's a problem with sphinx | 03:45:41 |
outfoxxed | pushed the changes, which are just fixing it not cross compiling from before, and then trying to fix pystemmer | 03:47:21 |
outfoxxed | which just downloads from the cache for x64 | 03:47:33 |
dramforever | i would like to reiterate that i am pretty sure this is correct | 03:52:36 |
outfoxxed | hm
its not pystemmer-2.2.0.1-riscv64-unknown-linux-gnu so yeah | 03:54:51 |
dramforever | why do you have this?
nixpkgs.overlays = [(final: prev: {
stdenv = let
adapt = prev.stdenvAdapters;
unhardened = adapt.withDefaultHardeningFlags [] prev.stdenv;
#withflags = adapt.withCFlags [ "-misa-spec=2.2" ] unhardened;
in unhardened;
})];
| 04:01:49 |