Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
regexhibit # RegExhibit
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
regexhibit # RegExhibit
];
}
Package Definition
{
"pname": "regexhibit",
"version": "1.2",
"src": {
"url": "https://roger-jolly.nl/software/downloads/regexhibit/RegExhibit.zip",
"sha256": "no_check"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"RegExhibit.app\" \"$out/Applications/RegExhibit.app\""
],
"meta": {
"description": "Perl regex assistant",
"homepage": "https://roger-jolly.nl/software/#regexhibit"
}
}