nixos-configs/devices/nos/modules/arion/freshrss/images/postgres.nix
matt1432 550870728f
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-05-16 08:52:56 -04:00

8 lines
276 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
imageDigest = "sha256:da8b991e3909fc95a272fcbeb1e0d79ce1a7028fe1549b1ba0ed0a6a45e126cb";
sha256 = "1mkskwa4s7j86qj42b7sgdjp9s3c838i3i5lmba0l69pdmgygs3m";
finalImageName = "postgres";
finalImageTag = "14";
}