From 08dcfa15804f122adb2c5c0585dbfc0216134437 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 24 Apr 2026 23:35:36 +0200 Subject: [PATCH 1/3] chore(deps): fix docs deps These should have been updated by postgrest-nixpkgs-upgrade, when I upgraded the Nixpkgs pin, but I did not follow my own readme, and just ran nix flake update... --- .readthedocs.yaml | 2 +- docs/requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e25953d27d..16ce4b893f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,4 +7,4 @@ python: build: os: ubuntu-24.04 tools: - python: "3.11" + python: "3.12" diff --git a/docs/requirements.txt b/docs/requirements.txt index e26500a244..bdee37d453 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # This file is auto-generated by postgrest-nixpkgs-upgrade -sphinx==8.2.3 +sphinx==9.1.0 sphinx-copybutton==0.5.2 sphinx-rtd-dark-mode==1.3.0 -sphinx-rtd-theme==3.0.2 -sphinx-tabs==3.4.7 -sphinxext-opengraph==0.9.1 \ No newline at end of file +sphinx-rtd-theme==3.1.0 +sphinx-tabs==3.5.0 +sphinxext-opengraph==0.13.0 \ No newline at end of file From ebf20a3f2382e64f0a393203895bab09ef4cea11 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 24 Apr 2026 23:31:10 +0200 Subject: [PATCH 2/3] chore(deps): update nixpkgs pin --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 22d24b5c0a..3790b4d6a0 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1776329215, - "narHash": "sha256-a8BYi3mzoJ/AcJP8UldOx8emoPRLeWqALZWu4ZvjPXw=", + "lastModified": 1776949667, + "narHash": "sha256-GMSVw35Q+294GlrTUKlx087E31z7KurReQ1YHSKp5iw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b86751bc4085f48661017fa226dee99fab6c651b", + "rev": "01fbdeef22b76df85ea168fbfe1bfd9e63681b30", "type": "github" }, "original": { From 5422f93244788f1a32630398fe5711c96c6dff0d Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 24 Apr 2026 23:55:12 +0200 Subject: [PATCH 3/3] ci: trigger workflows when nixpkgs pin is updated Otherwise we might break things... --- .github/workflows/build.yaml | 1 + .github/workflows/docs.yaml | 1 + .github/workflows/test.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ccd6b834e2..d693a9c507 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,6 +16,7 @@ on: - .github/* - '*.nix' - nix/** + - flake.lock - .cirrus.yml - cabal.project* - postgrest.cabal diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index f9207fd4f0..a56e3b779b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -14,6 +14,7 @@ on: - .github/actions/setup-nix/** - default.nix - nix/** + - flake.lock - docs/** - '!**.md' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cd6331f3c2..6451889e92 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,6 +17,7 @@ on: - .github/actions/setup-nix/** - default.nix - nix/** + - flake.lock - .stylish-haskell.yaml - cabal.project - postgrest.cabal