chore(deps): update nixpkgs to 25.05

This commit is contained in:
Wolfgang Walther
2025-07-11 15:53:06 +00:00
parent 70f449654f
commit 55eafdf352
21 changed files with 385 additions and 406 deletions
+1
View File
@@ -53,6 +53,7 @@ class PostgrestSession(requests_unixsocket.Session):
@dataclasses.dataclass
class PostgrestProcess:
"Running PostgREST process and its corresponding main and admin endpoints."
admin: object
process: object
session: object