Skip to content

Commit efc2e26

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 36caa98 commit efc2e26

File tree

4 files changed

+1
-48
lines changed

4 files changed

+1
-48
lines changed

nix/checks.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@
390390
);
391391
inherit (self'.packages)
392392
wal-g-2
393-
dbmate-tool
394-
packer
395393
pg_regress
396394
goss
397395
supascan

nix/packages/dbmate-tool.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
stdenv,
32
writeShellApplication,
43
overmind,
54
dbmate,

nix/packages/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
packages = (
3535
{
36-
build-ami = pkgs.callPackage ./build-ami.nix { packer = self'.packages.packer; };
36+
build-ami = pkgs.callPackage ./build-ami.nix { };
3737
build-test-ami = pkgs.callPackage ./build-test-ami.nix { };
3838
cleanup-ami = pkgs.callPackage ./cleanup-ami.nix { };
3939
dbmate-tool = pkgs.callPackage ./dbmate-tool.nix { inherit (self.supabase) defaults; };
@@ -47,7 +47,6 @@
4747
mecab-naist-jdic = pkgs.callPackage ./mecab-naist-jdic.nix { };
4848
migrate-tool = pkgs.callPackage ./migrate-tool.nix { psql_15 = self'.packages."psql_15/bin"; };
4949
overlayfs-on-package = pkgs.callPackage ./overlayfs-on-package.nix { };
50-
packer = pkgs.callPackage ./packer.nix { inherit inputs; };
5150
pg-backrest = inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.pgbackrest;
5251
pg-restore = pkgs.callPackage ./pg-restore.nix { psql_15 = self'.packages."psql_15/bin"; };
5352
pg_prove = pkgs.perlPackages.TAPParserSourceHandlerpgTAP;

nix/packages/packer.nix

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

0 commit comments

Comments
 (0)