Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
chalk # Chalk
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
chalk # Chalk
];
} Package Definition
{
"pname": "chalk",
"version": "1.7.5",
"src": {
"url": "https://pierre.chachatelier.fr/chalk/downloads/Chalk-1_7_5.dmg",
"sha256": "8906a8ffe54a3481fda6f73dbd850fbb7453cc6c78c7b396d30f9c44f24a8bec"
},
"installPhase": [
"mkdir -p \"$out/Applications/Chalk.app\" && cp -r \"Chalk.app\" \"$out/Applications\""
],
"meta": {
"description": "Calculator software",
"homepage": "https://www.chachatelier.fr/chalk/"
}
}