Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ved # ved
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ved # ved
];
} Package Definition
{
"pname": "ved",
"version": "1.12.2",
"src": {
"url": "https://tolp.nl/ved/files/download/mac/ved_1.12.2_mac.dmg",
"sha256": "c5d413a1cb6ba45900e3e79f3789d9a0eb78bf18b90ea8d2b138bde35c98a00b"
},
"installPhase": [
"mkdir -p \"$out/Applications/Ved.app\" && cp -r \"Ved.app\" \"$out/Applications\""
],
"meta": {
"description": "External level editor for VVVVVV",
"homepage": "https://tolp.nl/ved/"
}
}