Update rust
This commit is contained in:
		
							parent
							
								
									0a6ced660d
								
							
						
					
					
						commit
						cbb47e6c2e
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -27,7 +27,10 @@
 | 
				
			||||||
            then rust.fromRustupToolchainFile ./rust-toolchain.toml
 | 
					            then rust.fromRustupToolchainFile ./rust-toolchain.toml
 | 
				
			||||||
            else if builtins.pathExists ./rust-toolchain
 | 
					            else if builtins.pathExists ./rust-toolchain
 | 
				
			||||||
            then rust.fromRustupToolchainFile ./rust-toolchain
 | 
					            then rust.fromRustupToolchainFile ./rust-toolchain
 | 
				
			||||||
            else rust.stable.latest.default;
 | 
					            else
 | 
				
			||||||
 | 
					              rust.stable.latest.default.override {
 | 
				
			||||||
 | 
					                extensions = [ "rust-src" "rustfmt" ];
 | 
				
			||||||
 | 
					              };
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
      supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
 | 
					      supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue