Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
changes # Changes
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
changes # Changes
];
} Package Definition
{
"pname": "changes",
"version": "2.3",
"src": {
"url": "https://github.com/maoyama/Changes/releases/download/v2.3/Changes.zip",
"sha256": "576b77ccb39213141bf3225753179d5f234f172386d918ff3c00867396ae4f63"
},
"installPhase": [
"mkdir -p \"$out/Applications/Changes.app\" && cp -r \"Changes.app\" \"$out/Applications\""
],
"meta": {
"description": "Git GUI",
"homepage": "https://github.com/maoyama/Changes"
}
}