Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
pext # Pext
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
pext # Pext
];
} Package Definition
{
"pname": "pext",
"version": "0.35",
"src": {
"url": "https://github.com/Pext/Pext/releases/download/v0.35/Pext-0.35.dmg",
"sha256": "eab9c61d0a05b131bec175f08b7c5ef7e4aed07c90405f7b1b14ce8b4a11b605"
},
"installPhase": [
"mkdir -p \"$out/Applications/Pext.app\" && cp -r \"Pext.app\" \"$out/Applications\""
],
"meta": {
"description": "Python-based extendable tool",
"homepage": "https://pext.io/"
}
}