nixos-configs/devices/nos/modules/arion/forgejo/images/postgres.nix
matt1432 50b1565bf5
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-04-14 15:02:19 -04:00

8 lines
276 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
imageDigest = "sha256:369f1bdcc22fa90fc0fc38f0b462aede1812b604f957d14227a84ffc89d85df5";
sha256 = "0fh2mn1g6q4w4ny4igj6yx3xlzfgvq35j7yvvz84cdkkcjs164k7";
finalImageName = "postgres";
finalImageTag = "14";
}