Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
create-recovery-partition-installer # Create Recovery Partition Installer
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
create-recovery-partition-installer # Create Recovery Partition Installer
];
}
Package Definition
{
"pname": "create-recovery-partition-installer",
"version": "1.1",
"src": {
"url": "https://github.com/MagerValp/Create-Recovery-Partition-Installer/releases/download/v1.1/Create.Recovery.Partition.Installer-1.1.dmg",
"sha256": "19dfb873cfa574bc0692e58b0c96554e8f59c8406bb720889da490a548400882"
},
"installPhase": [
"mkdir -p \"$out/Applications/Create Recovery Partition Installer.app\" && cp -r \"Create Recovery Partition Installer.app\" \"$out/Applications\""
],
"meta": {
"homepage": "https://github.com/MagerValp/Create-Recovery-Partition-Installer/"
}
}