Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
clips-ide # CLIPS IDE
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
clips-ide # CLIPS IDE
];
}
Package Definition
{
"pname": "clips-ide",
"version": "6.4.2",
"src": {
"url": "https://downloads.sourceforge.net/clipsrules/clips_macos_executable_642.dmg",
"sha256": "48dbe73f5e91e5941648df5c9636717b858728953a98311a000927e6a91db223"
},
"installPhase": [
"mkdir -p \"$out/Applications/CLIPS IDE.app\" && cp -r \"CLIPS IDE.app\" \"$out/Applications\""
],
"meta": {
"description": "Tool for building expert systems",
"homepage": "https://www.clipsrules.net/"
}
}