nixos-configs/devices/nos/modules/arion/freshrss/images/postgres.nix

9 lines
276 B
Nix
Raw Normal View History

2024-02-28 12:31:40 -05:00
pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
2024-03-17 13:17:43 -04:00
imageDigest = "sha256:6779d7a308f3c9c518a644ad9326be6149dc50352c91927725936a1115e09b0d";
sha256 = "1qckzi60db6q3dw61qqpfj4xsf7fa92aaf5x7ra2ac5sm1kbhl3x";
2024-02-28 12:31:40 -05:00
finalImageName = "postgres";
finalImageTag = "14";
}