Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
cryptr # Cryptr
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
cryptr # Cryptr
];
} Package Definition
{
"pname": "cryptr",
"version": "0.6.0",
"src": {
"url": "https://github.com/adobe/cryptr/releases/download/v0.6.0/Cryptr-0.6.0.dmg",
"sha256": "22f526a8f804c203148034eba3704f0478f58b1bf2ee3999e1a199b3b52eefd5"
},
"installPhase": [
"mkdir -p \"$out/Applications/Cryptr.app\" && cp -r \"Cryptr.app\" \"$out/Applications\""
],
"meta": {
"description": "GUI for Hashicorp's Vault",
"homepage": "https://github.com/adobe/cryptr"
}
}