nixos-configs/devices/nos/modules/docker/immich/images/postgres.nix
matt1432 2dbe5ca0fd
All checks were successful
Discord / discord commits (push) Has been skipped
feat(update): add missing images to update and use rec everywhere
2024-10-05 22:22:02 -04:00

8 lines
302 B
Nix

pkgs:
pkgs.dockerTools.pullImage rec {
imageName = "tensorchord/pgvecto-rs";
imageDigest = "sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0";
sha256 = "0h1s11z5d4svg2whm7gw11dwpddg5k90fp62q3zirycms787f4d3";
finalImageName = imageName;
finalImageTag = "pg14-v0.2.0";
}