Fixes rust requiring newer version and malformed state.json #3

Merged
JoaThePet merged 1 commits from master into master 2019-01-27 13:32:34 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit fb32d3737c - Show all commits

View File

@ -1,7 +1,7 @@
let let
moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz); moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);
nixpkgs = import <nixpkgs> { overlays = [ moz_overlay ]; }; 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 { rustStableChannel = nixpkgs.latest.rustChannels.stable.rust.override {
extensions = [ extensions = [
"rust-src" "rust-src"

View File

@ -60,7 +60,7 @@
"race_picture": "images/Cybkatte.png", "race_picture": "images/Cybkatte.png",
"race_bio": null "race_bio": null
}, },
"color": "#0000FF" "color": "#0000FF",
"tech": { "tech": {
"weapons": { "weapons": {
"level": 1, "level": 1,