Revert "froide: fix initdb not being in PATH"

This reverts commit ae730b371b.

The underlying issue was properly fixed in
https://github.com/NixOS/nixpkgs/pull/426704.
The commit this reverts was a temporary workaround.
This commit is contained in:
Gutyina Gergő
2025-08-23 15:47:25 +02:00
parent a01bb5d554
commit 3826354ada
+1 -1
View File
@@ -135,7 +135,7 @@ python.pkgs.buildPythonApplication rec {
'';
nativeCheckInputs = with python.pkgs; [
(postgresql.withPackages (p: [ p.postgis ])).out
(postgresql.withPackages (p: [ p.postgis ]))
postgresqlTestHook
pytest-django
pytest-playwright