IPFS Desktop icon

IPFS Desktop 0.40.0

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.40.0",
  "src": {
    "url": "https://github.com/ipfs/ipfs-desktop/releases/download/v0.40.0/ipfs-desktop-0.40.0-mac.dmg",
    "sha256": "158514664081f06f25e15042d5dbd9afbcbcf1cfa663c10be3cf0d1c6e2c79a6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"IPFS Desktop.app\" \"$out/Applications/IPFS Desktop.app\""
  ],
  "meta": {
    "description": "Menu bar application for the IPFS peer-to-peer network",
    "homepage": "https://github.com/ipfs/ipfs-desktop"
  }
}