File tree Expand file tree Collapse file tree 3 files changed +59
-128
lines changed Expand file tree Collapse file tree 3 files changed +59
-128
lines changed Original file line number Diff line number Diff line change 1919 nix-fast-build . inputs . nixpkgs . follows = "nixpkgs" ;
2020 nix-fast-build . inputs . treefmt-nix . follows = "treefmt-nix" ;
2121 nix-fast-build . url = "github:Mic92/nix-fast-build" ;
22- nix2container . inputs . flake-utils . follows = "flake-utils" ;
2322 nix2container . inputs . nixpkgs . follows = "nixpkgs" ;
2423 nix2container . url = "github:nlewo/nix2container" ;
2524 nixpkgs-go124 . url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0" ;
26- nixpkgs-pgbackrest . url = "github:nixos/nixpkgs/nixos-unstable-small" ;
2725 nixpkgs . url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz" ;
2826 rust-overlay . inputs . nixpkgs . follows = "nixpkgs" ;
2927 rust-overlay . url = "github:oxalica/rust-overlay" ;
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments