Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
openbci # OpenBCI
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
openbci # OpenBCI
];
} Package Definition
{
"pname": "openbci",
"version": "5.2.2,2023-08-25_23-54-44",
"src": {
"url": "https://github.com/OpenBCI/OpenBCI_GUI/releases/download/v5.2.2/openbcigui_v5.2.2_2023-08-25_23-54-44_macosx.dmg",
"sha256": "6fb21f9d76464bbfe0af55ee014be4775e4e640f111a07b9e71c1518c01f35fa"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"OpenBCI_GUI.app\" \"$out/Applications/OpenBCI_GUI.app\""
],
"meta": {
"description": "Connect to OpenBCI hardware, visualise and stream physiological data",
"homepage": "https://openbci.com/"
}
}