Discord icon

Discord 0.0.330

Voice and text chat software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    discord # Discord
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    discord # Discord
  ];
}

Package Definition

{
  "pname": "discord",
  "version": "0.0.330",
  "src": {
    "url": "https://dl.discordapp.net/apps/osx/0.0.330/Discord.dmg",
    "sha256": "c0b0ebda3b633ec577ad4b0508d28a1d74f018f76847fc212e6af8c3c23bc7e5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Discord.app\" \"$out/Applications/Discord.app\""
  ],
  "meta": {
    "description": "Voice and text chat software",
    "homepage": "https://discord.com/"
  }
}