Merge branch 'master' of https://git.dodsorf.as/Dandellion/Neo-Poseidon
This commit is contained in:
commit
b1f081dc86
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue