Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add cmake to rn

+2 -1
+1 -1
home/development/react-native.nix
··· 66 66 } 67 67 68 68 (helpers.mkIfDarwin { 69 - home.packages = with pkgs; [] 69 + home.packages = with pkgs; [ cmake ] 70 70 ++ optionals cfg.react-native.cocoapods [ cocoapods ] 71 71 ++ optionals cfg.react-native.fastlane [ fastlane ]; 72 72 home.sessionVariables = {
+1
modules/base/macos.nix
··· 57 57 "com.apple.TimeMachine".DoNotOfferNewDisksForBackup = true; 58 58 "com.apple.ImageCapture".disableHotPlug = true; 59 59 "com.apple.gamed".Disabled = true; 60 + "com.apple.dt.XCode".IDEIndexDisable = 1; 60 61 }; 61 62 }; 62 63 };