Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
height # Height
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
height # Height
];
} Package Definition
{
"pname": "height",
"version": "0.28.2",
"src": {
"url": "https://storage.googleapis.com/height-statics/_app/Height-0.28.2-universal.dmg",
"sha256": "d1bc02ef43598842d0a96533127ce0f2d38a56397e43ab1df31f2c02662ef17d"
},
"installPhase": [
"mkdir -p \"$out/Applications/Height.app\" && cp -r \"Height.app\" \"$out/Applications\""
],
"meta": {
"description": "All-in-one project management tool",
"homepage": "https://height.app/"
}
}