Skip to content

Commit 2188ce0

Browse files
committed
chore: use packer from nixpkgs
We don't need to maintain our own packer package anymore since we are using a recently updated nixpkgs that includes packer.
1 parent f69052f commit 2188ce0

File tree

3 files changed

+1
-47
lines changed

3 files changed

+1
-47
lines changed

nix/checks.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,6 @@
389389
);
390390
inherit (self'.packages)
391391
wal-g-2
392-
dbmate-tool
393-
packer
394392
pg_regress
395393
;
396394
devShell = self'.devShells.default;

nix/packages/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{
3030
packages = (
3131
{
32-
build-ami = pkgs.callPackage ./build-ami.nix { packer = self'.packages.packer; };
32+
build-ami = pkgs.callPackage ./build-ami.nix { };
3333
build-test-ami = pkgs.callPackage ./build-test-ami.nix { };
3434
cleanup-ami = pkgs.callPackage ./cleanup-ami.nix { };
3535
dbmate-tool = pkgs.callPackage ./dbmate-tool.nix { inherit (self.supabase) defaults; };
@@ -43,7 +43,6 @@
4343
mecab-naist-jdic = pkgs.callPackage ./mecab-naist-jdic.nix { };
4444
migrate-tool = pkgs.callPackage ./migrate-tool.nix { psql_15 = self'.packages."psql_15/bin"; };
4545
overlayfs-on-package = pkgs.callPackage ./overlayfs-on-package.nix { };
46-
packer = pkgs.callPackage ./packer.nix { inherit inputs; };
4746
pg-backrest = inputs.nixpkgs.legacyPackages.${pkgs.system}.pgbackrest;
4847
pg-restore = pkgs.callPackage ./pg-restore.nix { psql_15 = self'.packages."psql_15/bin"; };
4948
pg_prove = pkgs.perlPackages.TAPParserSourceHandlerpgTAP;

nix/packages/packer.nix

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

0 commit comments

Comments
 (0)