Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
arctype # Arctype
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
arctype # Arctype
];
} Package Definition
{
"pname": "arctype",
"version": "1.0.1",
"src": {
"url": "https://arctype-downloads.s3-us-west-2.amazonaws.com/updates/Arctype-1.0.1.dmg",
"sha256": "0888a89ab8580e17d9caa39e76a508c234f5264aef31433c71e42cc814cd7f6e"
},
"installPhase": [
"mkdir -p \"$out/Applications/Arctype.app\" && cp -r \"Arctype.app\" \"$out/Applications\""
],
"meta": {
"description": "SQL client and database management tool",
"homepage": "https://arctype.com/"
}
}