nix: keep forward compat with newer nixpkgs

This is useful for those who consume the repo via flake.
This commit is contained in:
Wolfgang Walther
2025-05-06 10:49:16 +02:00
parent 98ca7c15d5
commit 497f3faca3
+2 -1
View File
@@ -66,7 +66,8 @@ let
}
{ });
jose-jwt = prev.jose-jwt_0_10_0;
# newer nixpkgs already has 0.10., so we fallback to default for forward compat
jose-jwt = prev.jose-jwt_0_10_0 or prev.jose-jwt;
postgresql-libpq = lib.dontCheck (prev.callHackageDirect
{