nixos-configs/devices/nos/modules/arion/forgejo/images/postgres.nix
matt1432 d17a69372a
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(pkgs): improve versioning
2024-06-13 22:27:54 -04:00

8 lines
276 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
imageDigest = "sha256:92e5719074c63b2d30bc8eff29c7f18785a5a5cef01a87dc9e725080747fc57b";
sha256 = "10ld7pda7svs35939lmch0shc1rjdmrsksiv247656m67yyp1g3j";
finalImageName = "postgres";
finalImageTag = "14";
}