Skip to content

Commit 60f641f

Browse files
committed
chore: remove nixpkgs-pgbackrest input
1 parent a106688 commit 60f641f

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

flake.lock

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

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
nix2container.inputs.nixpkgs.follows = "nixpkgs";
2424
nix2container.url = "github:nlewo/nix2container";
2525
nixpkgs-go124.url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0";
26-
nixpkgs-pgbackrest.url = "github:nixos/nixpkgs/nixos-unstable-small";
2726
nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
2827
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
2928
rust-overlay.url = "github:oxalica/rust-overlay";

nix/packages/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
migrate-tool = pkgs.callPackage ./migrate-tool.nix { psql_15 = self'.packages."psql_15/bin"; };
4444
overlayfs-on-package = pkgs.callPackage ./overlayfs-on-package.nix { };
4545
packer = pkgs.callPackage ./packer.nix { inherit inputs; };
46-
pg-backrest = inputs.nixpkgs-pgbackrest.legacyPackages.${pkgs.system}.pgbackrest;
46+
pg-backrest = inputs.nixpkgs.legacyPackages.${pkgs.system}.pgbackrest;
4747
pg-restore = pkgs.callPackage ./pg-restore.nix { psql_15 = self'.packages."psql_15/bin"; };
4848
pg_prove = pkgs.perlPackages.TAPParserSourceHandlerpgTAP;
4949
pg_regress = makePgRegress activeVersion;

0 commit comments

Comments
 (0)