Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
neo4j-desktop # Neo4j Desktop
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
neo4j-desktop # Neo4j Desktop
];
}
Package Definition
{
"pname": "neo4j-desktop",
"version": "2.0.5",
"src": {
"url": "https://dist.neo4j.org/neo4j-desktop-2/mac/neo4j-desktop-2.0.5-universal.dmg",
"sha256": "51248dbb193b615f64d8b6defbbada00ac3d458498fb7493ac28c4c864f39f60"
},
"installPhase": [
"mkdir -p \"$out/Applications/Neo4j Desktop 2.app\" && cp -r \"Neo4j Desktop 2.app\" \"$out/Applications\""
],
"meta": {
"description": "Developer IDE or Management Environment for Neo4j instances",
"homepage": "https://neo4j.com/download/"
}
}