File tree Expand file tree Collapse file tree 4 files changed +1
-48
lines changed
Expand file tree Collapse file tree 4 files changed +1
-48
lines changed Original file line number Diff line number Diff line change 390390 ) ;
391391 inherit ( self' . packages )
392392 wal-g-2
393- dbmate-tool
394- packer
395393 pg_regress
396394 goss
397395 supascan
Original file line number Diff line number Diff line change 11{
2- stdenv ,
32 writeShellApplication ,
43 overmind ,
54 dbmate ,
Original file line number Diff line number Diff line change 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 ; } ;
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 ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments