Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
liteide # LiteIDE
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
liteide # LiteIDE
];
}
Package Definition
{
"pname": "liteide",
"version": "38.4",
"src": {
"url": "https://github.com/visualfc/liteide/releases/download/x38.4/liteidex38.4-macos-qt5.15.16.zip",
"sha256": "f1c650216d6280e705ae76a99de1421e567840719c2d35d45b9f3aa9c037cae7"
},
"installPhase": [
"mkdir -p \"$out/Applications/liteide/LiteIDE.app\" && cp -r \"liteide/LiteIDE.app\" \"$out/Applications\""
],
"meta": {
"description": "Go IDE",
"homepage": "https://github.com/visualfc/liteide"
}
}