Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
vapor # VAPOR
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
vapor # VAPOR
];
} Package Definition
{
"pname": "vapor",
"version": "3.10.1",
"src": {
"url": "https://github.com/NCAR/VAPOR/releases/download/3.10.1/VAPOR3-3.10.1-AppleSilicon.dmg",
"sha256": "2c5f41427f064318c7c4724478ee1aa4bbcaca47cba43b40ef5c8e52c6108c8a"
},
"installPhase": [
"mkdir -p \"$out/Applications/vapor.app\" && cp -r \"vapor.app\" \"$out/Applications\""
],
"meta": {
"description": "Visualisation and analysis platform",
"homepage": "https://github.com/NCAR/VAPOR"
}
}