refactor(gsr): clean up deriv and remove path warning

This commit is contained in:
matt1432 2025-02-11 12:30:42 -05:00
parent f68fcce055
commit 2c070a4be0
3 changed files with 18 additions and 9 deletions
configurations/cluster/modules/searxng

View file

@ -11,7 +11,7 @@ in {
package =
(pkgs.searxng.override {
# FIXME: https://github.com/NixOS/nixpkgs/issues/380351
# FIXME: https://pr-tracker.nelim.org/?pr=381174
python3 = pkgs.python3.override {
packageOverrides = pyFinal: pyPrev: {
httpx = pyPrev.httpx.overridePythonAttrs (o: rec {