Personal Nix setup
0
fork

Configure Feed

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

Fix CP_HOME_DIR variable

+1 -1
+1 -1
home/development/react-native.nix
··· 70 70 ++ optionals cfg.react-native.cocoapods [ cocoapods ] 71 71 ++ optionals cfg.react-native.fastlane [ fastlane ]; 72 72 home.sessionVariables = { 73 - CP_HOME_DIR = mkIf cfg.react-native.cocoapods "$XDG_DATA_HOME/cocoapods"; 73 + CP_HOME_DIR = mkIf cfg.react-native.cocoapods "${config.xdg.dataHome}/cocoapods"; 74 74 }; 75 75 }) 76 76