Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ethui # ethui
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ethui # ethui
];
} Package Definition
{
"pname": "ethui",
"version": "1.27.0",
"src": {
"url": "https://github.com/ethui/ethui/releases/download/v1.27.0/ethui_1.27.0_universal.dmg",
"sha256": "7a5eb15dfc66556ee6f2ec0480605db587ef74b6a4f9e9e028df73d296b90623"
},
"installPhase": [
"mkdir -p \"$out/Applications/ethui.app\" && cp -r \"ethui.app\" \"$out/Applications\""
],
"meta": {
"description": "Ethereum development toolkit with wallet and anvil support",
"homepage": "https://ethui.dev/"
}
}