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.1",
"src": {
"url": "https://www.syntevo.com/downloads/smartgit/smartgit-aarch64-24_1_1.dmg",
"sha256": "b48b3f792f4c66724ab4dca4bbbc0de09b713eb63d69e08ed8825650ef5c58e4"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"SmartGit.app\" \"$out/Applications/SmartGit.app\"",
"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.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