Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
blockstack # Blockstack
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
blockstack # Blockstack
];
} Package Definition
{
"pname": "blockstack",
"version": "0.37.0",
"src": {
"url": "https://github.com/blockstack/blockstack-browser/releases/download/v0.37.0/Blockstack-for-macOS-v0.37.0.dmg",
"sha256": "c51a900432b7b7c2885ccd285027ff7c9656f87e934d54bb48dbfbae43ccdf32"
},
"installPhase": [
"mkdir -p \"$out/Applications/Blockstack.app\" && cp -r \"Blockstack.app\" \"$out/Applications\""
],
"meta": {
"description": "Explore the Blockstack internet",
"homepage": "https://blockstack.org/"
}
}