File tree Expand file tree Collapse file tree 3 files changed +1
-47
lines changed
Expand file tree Collapse file tree 3 files changed +1
-47
lines changed Original file line number Diff line number Diff line change 389389 ) ;
390390 inherit ( self' . packages )
391391 wal-g-2
392- dbmate-tool
393- packer
394392 pg_regress
395393 ;
396394 devShell = self' . devShells . default ;
Original file line number Diff line number Diff line change 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 ; } ;
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 ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments