nixos-configs/devices/nos/modules/arion/freshrss/images/postgres.nix
matt1432 5c7aca6b4a
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-05-10 14:18:50 -04:00

8 lines
276 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
imageDigest = "sha256:c516ac417cc045bbeb1738c6ddc9ea0faa5dee101758a4147836c11f76da3e09";
sha256 = "09d90slkahbdi368dwpsjpkaqq5yzx5hyv6p27mz9hv9q6w3j64z";
finalImageName = "postgres";
finalImageTag = "14";
}