EnvKey icon

EnvKey 1.5.10

Protects credentials and syncs configurations

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "envkey",
  "version": "1.5.10",
  "src": {
    "url": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.5.10/EnvKey-1.5.10-mac.zip",
    "sha256": "97f672b9473b1f213cb068de147fb2c8b7f01beb2c2d747910dfcde29c0efb7a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/EnvKey.app\" && cp -r \"EnvKey.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Protects credentials and syncs configurations",
    "homepage": "https://www.envkey.com/"
  }
}