nixos-configs/devices/nos/modules/arion/media/calibre/images/calibre.nix
matt1432 a44d11d20c
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock and remove deprecated warning for nvim
2024-05-25 00:23:28 -04:00

8 lines
318 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/linuxserver/calibre";
imageDigest = "sha256:7231defed20430b259d5fe3d4905978f9e8c3feb8f318f045d37501c3d847479";
sha256 = "1bllmbzggwphdc65c5vbijqcn6k23cvd7j9sc0brji2lsrmh9cwr";
finalImageName = "ghcr.io/linuxserver/calibre";
finalImageTag = "latest";
}