home: don't set CARGO_HOME and RUSTUP_HOME
This was causing issues with using different rust versions in different projects
This commit is contained in:
		
							parent
							
								
									72ddcec77e
								
							
						
					
					
						commit
						93c88db929
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
					@ -1,8 +1,5 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  config,
 | 
					  config,
 | 
				
			||||||
  pkgs,
 | 
					 | 
				
			||||||
  lib,
 | 
					 | 
				
			||||||
  inputs,
 | 
					 | 
				
			||||||
  ...
 | 
					  ...
 | 
				
			||||||
}:
 | 
					}:
 | 
				
			||||||
let
 | 
					let
 | 
				
			||||||
| 
						 | 
					@ -24,9 +21,4 @@ in
 | 
				
			||||||
      videos = "${HOME}/Vídeos";
 | 
					      videos = "${HOME}/Vídeos";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					 | 
				
			||||||
  home.sessionVariables = {
 | 
					 | 
				
			||||||
    CARGO_HOME = "${config.xdg.dataHome}/cargo";
 | 
					 | 
				
			||||||
    RUSTUP_HOME = "${config.xdg.dataHome}/rustup";
 | 
					 | 
				
			||||||
  };
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue