Fixes rust requiring newer version and malformed state.json
This commit is contained in:
		
							parent
							
								
									89e146e83d
								
							
						
					
					
						commit
						fb32d3737c
					
				@ -1,7 +1,7 @@
 | 
			
		||||
let
 | 
			
		||||
  moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);
 | 
			
		||||
  nixpkgs = import <nixpkgs> { overlays = [ moz_overlay ]; };
 | 
			
		||||
  rustNightlyChannel = (nixpkgs.rustChannelOf { date = "2019-01-07"; channel = "nightly"; }).rust;
 | 
			
		||||
  rustNightlyChannel = (nixpkgs.rustChannelOf { date = "2019-01-26"; channel = "nightly"; }).rust;
 | 
			
		||||
	rustStableChannel = nixpkgs.latest.rustChannels.stable.rust.override {
 | 
			
		||||
		extensions = [
 | 
			
		||||
			"rust-src"
 | 
			
		||||
@ -17,4 +17,4 @@ with nixpkgs;
 | 
			
		||||
    buildInputs = [
 | 
			
		||||
      rustNightlyChannel
 | 
			
		||||
    ];
 | 
			
		||||
  }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@ -60,7 +60,7 @@
 | 
			
		||||
                "race_picture": "images/Cybkatte.png",
 | 
			
		||||
                "race_bio": null
 | 
			
		||||
            },
 | 
			
		||||
            "color": "#0000FF"
 | 
			
		||||
            "color": "#0000FF",
 | 
			
		||||
            "tech": {
 | 
			
		||||
                "weapons": {
 | 
			
		||||
                    "level": 1,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user