Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
tev # tev
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
tev # tev
];
}
Package Definition
{
"pname": "tev",
"version": "2.5.2",
"src": {
"url": "https://github.com/Tom94/tev/releases/download/v2.5.2/tev.dmg",
"sha256": "742bead39891dad930af7265d6c32dc9e6e4abe07e0c5dbff90d7a7628fcc196"
},
"installPhase": [
"mkdir -p \"$out/Applications/tev.app\" && cp -r \"tev.app\" \"$out/Applications\"",
"mkdir -p \"$out/bin\" && ln -s \"$out/Applications/tev.app/Contents/MacOS/tev\" \"$out/bin/tev\""
],
"meta": {
"description": "High dynamic range (HDR) image viewer with accurate color management",
"homepage": "https://github.com/Tom94/tev"
}
}
Version History
2.2 (NixCasks v4)
3 July 2025, 00:00 2.1 (NixCasks v4)
19 June 2025, 00:00 2.0 (NixCasks v4)
18 June 2025, 00:00 1.29 (NixCasks v4)
7 March 2025, 09:14 1.29 (NixCasks v3)
5 March 2025, 00:00 1.29 (NixCasks v2)
4 March 2025, 19:10 1.29 (NixCasks v1)
18 November 2024, 20:10 1.28 (NixCasks v1)
8 November 2024, 21:21 2.5.2 (NixCasks v4)
12 October 2025, 12:08 2.3.2 (NixCasks v4)
25 July 2025, 00:00