Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
airdash # AirDash
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
airdash # AirDash
];
}
Package Definition
{
"pname": "airdash",
"version": "2.0.158",
"src": {
"url": "https://github.com/simonbengtsson/airdash/releases/download/v2.0.158/airdash.dmg",
"sha256": "990a683d6200fe595da3963bbcb0ec806d7f4d755a1ec73bd1ae21e50a5079fd"
},
"installPhase": [
"mkdir -p \"$out/Applications/AirDash158.app\" && cp -r \"AirDash158.app\" \"$out/Applications\""
],
"meta": {
"description": "Transfer photos and files to any device",
"homepage": "https://airdash-project.web.app/"
}
}