Discord icon

Discord 0.0.328

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.328",
  "src": {
    "url": "https://dl.discordapp.net/apps/osx/0.0.328/Discord.dmg",
    "sha256": "c98407a01bf709ca34ed64214bcf81aee575823199b62f9b4d2fa3951834bb5e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Discord.app\" \"$out/Applications/Discord.app\""
  ],
  "meta": {
    "description": "Voice and text chat software",
    "homepage": "https://discord.com/"
  }
}