Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
athens # Athens
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
athens # Athens
];
} Package Definition
{
"pname": "athens",
"version": "2.0.0",
"src": {
"url": "https://github.com/athensresearch/athens/releases/download/v2.0.0/Athens-2.0.0-arm64.dmg",
"sha256": "1d1c289feb1e0182dbace1d5ff9d71107a2f76b20a3327ff82a4887a832637b6"
},
"installPhase": [
"mkdir -p \"$out/Applications/Athens.app\" && cp -r \"Athens.app\" \"$out/Applications\""
],
"meta": {
"description": "Self-hosted knowledge graph",
"homepage": "https://web.archive.org/web/20230709013630/https://www.athensresearch.org/"
}
}