Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
react-native-debugger # React Native Debugger
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
react-native-debugger # React Native Debugger
];
} Package Definition
{
"pname": "react-native-debugger",
"version": "0.14.0",
"src": {
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.14.0/rn-debugger-macos-universal.zip",
"sha256": "3be2e2b0d0fdac91f77905bbdcb835316ef8995aec1de91f55838cf0a8da6625"
},
"installPhase": [
"mkdir -p \"$out/Applications/React Native Debugger.app\" && cp -r \"React Native Debugger.app\" \"$out/Applications\""
],
"meta": {
"description": "Standalone app for debugging React Native apps",
"homepage": "https://github.com/jhen0409/react-native-debugger"
}
}