File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1919 git-hooks . url = "github:cachix/git-hooks.nix" ;
2020 git-hooks . inputs . nixpkgs . follows = "nixpkgs" ;
2121 nixpkgs-go124 . url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0" ;
22+ nixpkgs-pgbackrest . url = "github:nixos/nixpkgs/nixos-unstable-small" ;
2223 } ;
2324
2425 outputs =
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments