nixos-configs/devices/nas/modules/arion/forgejo/images/postgres.nix
matt1432 6c9fdfbd52
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-02-22 16:09:12 -05:00

8 lines
276 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
imageDigest = "sha256:b1ae05db5c01fbca52682a6559490ddfaf9d6c6542676ed76285aa62bb92762d";
sha256 = "0xv4b6w7lh005ns61cdwzprbxgni4rlzg7haaqq1rlz5rpir9i0q";
finalImageName = "postgres";
finalImageTag = "14";
}