ci: Use latest stable nix version in CI

This was pinned to 2.13.6 in https://github.com/PostgREST/postgrest/pull/2692#issuecomment-1448938894
because of a regression in nix 2.14. Latest is 2.16.x now, so maybe this bug is already fixed.
This commit is contained in:
Wolfgang Walther
2024-02-10 20:16:22 +01:00
parent 09c5cbece5
commit f513a71c7a
-2
View File
@@ -12,8 +12,6 @@ runs:
using: composite
steps:
- uses: nixbuild/nix-quick-install-action@v26
with:
nix_version: '2.13.6'
- uses: cachix/cachix-action@v14
with:
name: postgrest