pihole-flake/pihole-image-info.amd64.nix
Christopher Bacher a8119d7a1b flake(pihole): restructure image info + update devShell for updating it
The Pi-hole image information is now contained in separate nix files per architecture `pihole-image-info.ARCH.nix`.
When updating these files with `update-pihole-image-info` the respective docker images are prefetched and the sha256 sum needed for the build are automatically included in the nix files.
2022-12-05 23:23:32 +01:00

7 lines
260 B
Nix

{
imageName = "pihole/pihole";
imageDigest = "sha256:586457b5ed6e888ca6674e27d3f063588a8b61fa0b61b80fecd8be3939ad2160";
sha256 = "1fn8dhwbq6078hm8z5s806sv9103h4ljgygmiq9jzaadmrzy8g8q";
finalImageName = "pihole/pihole";
finalImageTag = "2022.11.2";
}