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": "25.1.102",
"src": {
"url": "https://download.smartgit.dev/smartgit/smartgit-25_1_102-macos-arm64.dmg",
"sha256": "f18606c22db52bae19f93ec3ae9413cb89804de910a620066651c01b400b5402"
},
"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.smartgit.dev/"
}
} Version History
25.1.093 (NixCasks v4)
3 November 2025, 00:00 25.1.102 (NixCasks v4)
12 December 2025, 00:00 25.1.100 (NixCasks v4)
29 November 2025, 00:00 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