nix: don't optimise on every build
this makes builds slower
This commit is contained in:
		
							parent
							
								
									1f05bee28d
								
							
						
					
					
						commit
						797981eb20
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -22,7 +22,6 @@ in
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    optimise.automatic = true;
 | 
					    optimise.automatic = true;
 | 
				
			||||||
    settings = {
 | 
					    settings = {
 | 
				
			||||||
      auto-optimise-store = true;
 | 
					 | 
				
			||||||
      trusted-users = [
 | 
					      trusted-users = [
 | 
				
			||||||
        "root"
 | 
					        "root"
 | 
				
			||||||
        "@wheel"
 | 
					        "@wheel"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue