nixos-configs/devices/nos/modules/arion/freshrss/images/postgres.nix
matt1432 534fb9d449
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-04-25 11:17:31 -04:00

8 lines
276 B
Nix

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