Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
smartgit # SmartGit
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
smartgit # SmartGit
];
}
Package Definition
{
"pname": "smartgit",
"version": "24.1.5",
"src": {
"url": "https://www.syntevo.com/downloads/smartgit/smartgit-aarch64-24_1_5.dmg",
"sha256": "036c1df4939b53ffe8a3f8558bfe9f7484159d018959c3b3fa1592e695a27635"
},
"installPhase": [
"mkdir -p \"$out/Applications/SmartGit.app\" && cp -r \"SmartGit.app\" \"$out/Applications\"",
"mkdir -p \"$out/bin\" && ln -s \"$out/Applications/SmartGit.app/Contents/MacOS/SmartGit\" \"$out/bin/SmartGit\""
],
"meta": {
"description": "Git client",
"homepage": "https://www.syntevo.com/smartgit/"
}
}
Version History
24.1.5 (NixCasks v4)
12 October 2025, 12:08 24.1.4 (NixCasks v4)
11 July 2025, 00:00 24.1.3 (NixCasks v4)
2 April 2025, 00:00 24.1.2 (NixCasks v4)
7 March 2025, 09:14 24.1.2 (NixCasks v3)
5 March 2025, 00:00 24.1.2 (NixCasks v2)
4 March 2025, 19:10 24.1.2 (NixCasks v1)
17 February 2025, 22:56 24.1.1 (NixCasks v1)
12 December 2024, 00:00 24.1.0 (NixCasks v1)
8 November 2024, 21:19