Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
quip # Quip
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
quip # Quip
];
}
Package Definition
{
"pname": "quip",
"version": "8.92.0",
"src": {
"url": "https://quip-clients.com/macosx_8.92.0.dmg",
"sha256": "8cef3bb3aec847531b3eafb60c0d7c43f4f7daf053d387e139c5b8cbe823c528"
},
"installPhase": [
"mkdir -p \"$out/Applications/Quip.app\" && cp -r \"Quip.app\" \"$out/Applications\""
],
"meta": {
"description": "Tool for teams to create living documents",
"homepage": "https://quip.com/"
}
}