nix: re-introduce postgrest-nixpkgs-upgrade

Resolves #4161
This commit is contained in:
Wolfgang Walther
2025-07-11 15:53:06 +00:00
parent 6bf2cb09a6
commit bd61cf9b60
4 changed files with 54 additions and 21 deletions
+4
View File
@@ -133,6 +133,10 @@ rec {
loadtest =
pkgs.callPackage nix/tools/loadtest.nix { inherit withTools; };
# Utility for updating the pinned version of Nixpkgs.
nixpkgsTools =
pkgs.callPackage nix/tools/nixpkgsTools.nix { };
# Scripts for publishing new releases.
release =
pkgs.callPackage nix/tools/release.nix { };