Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
electrum-ltc # Electrum-LTC
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
electrum-ltc # Electrum-LTC
];
} Package Definition
{
"pname": "electrum-ltc",
"version": "4.2.2.1",
"src": {
"url": "https://electrum-ltc.org/download/electrum-ltc-4.2.2.1.dmg",
"sha256": "dc71b45bc9cb965578cb819e5c68b027ed80002e5f86195b85259a009fe24373"
},
"installPhase": [
"mkdir -p \"$out/Applications/Electrum-LTC.app\" && cp -r \"Electrum-LTC.app\" \"$out/Applications\""
],
"meta": {
"description": "Litecoin wallet",
"homepage": "https://electrum-ltc.org/"
}
}