nixos-configs/devices/nos/modules/arion/forgejo/images/postgres.nix
matt1432 5ea6f8ef99
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-03-03 00:55:06 -05:00

8 lines
276 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
imageDigest = "sha256:8420d1b03da7890f7cd21c711e520ca260cf35336aa0a794c1db6e9462dd3db1";
sha256 = "0xv4b6w7lh005ns61cdwzprbxgni4rlzg7haaqq1rlz5rpir9i0q";
finalImageName = "postgres";
finalImageTag = "14";
}