Skip to content

Commit fdfeca2

Browse files
committed
feat: use pgbackrest from upstream nixpkgs
1 parent bb46e8c commit fdfeca2

File tree

4 files changed

+19
-62
lines changed

4 files changed

+19
-62
lines changed

flake.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
git-hooks.url = "github:cachix/git-hooks.nix";
1515
git-hooks.inputs.nixpkgs.follows = "nixpkgs";
1616
nixpkgs-go124.url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0";
17+
nixpkgs-pgbackrest.url = "github:nixos/nixpkgs/nixos-unstable-small";
1718
};
1819

1920
outputs =

nix/packages/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
migrate-tool = pkgs.callPackage ./migrate-tool.nix { psql_15 = self'.packages."psql_15/bin"; };
4141
overlayfs-on-package = pkgs.callPackage ./overlayfs-on-package.nix { };
4242
packer = pkgs.callPackage ./packer.nix { inherit inputs; };
43+
pg-backrest = inputs.nixpkgs-pgbackrest.legacyPackages.${pkgs.system}.pgbackrest;
4344
pg-restore = pkgs.callPackage ./pg-restore.nix { psql_15 = self'.packages."psql_15/bin"; };
4445
pg_prove = pkgs.perlPackages.TAPParserSourceHandlerpgTAP;
4546
pg_regress = makePgRegress activeVersion;

nix/packages/pgbackrest.nix

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)