AusweisApp icon

AusweisApp 2.4.1

Official eID-Client of the Federal Government of Germany

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ausweisapp",
  "version": "2.4.1",
  "src": {
    "url": "https://github.com/Governikus/AusweisApp/releases/download/2.4.1/AusweisApp-2.4.1.dmg",
    "sha256": "b46ff465cb49e673e690397a92370f55ba77a49eefed888e0cd960e14f7b3670"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AusweisApp.app\" && cp -r \"AusweisApp.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Official eID-Client of the Federal Government of Germany",
    "homepage": "https://www.ausweisapp.bund.de/"
  }
}