Discord icon

Discord 0.0.338

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