IPFS Desktop icon

IPFS Desktop 0.41.2

Menu bar application for the IPFS peer-to-peer network

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ipfs # IPFS Desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ipfs # IPFS Desktop
  ];
}

Package Definition

{
  "pname": "ipfs",
  "version": "0.41.2",
  "src": {
    "url": "https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-mac.dmg",
    "sha256": "69d452ade0ecdd12ef6e7d01476289993897c5a2b2f940a7a74484733776c0a2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/IPFS Desktop.app\" && cp -r \"IPFS Desktop.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menu bar application for the IPFS peer-to-peer network",
    "homepage": "https://github.com/ipfs/ipfs-desktop"
  }
}