File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
rustToolchain =
4
4
let
5
5
# use Rust toolchain declared by the rust-toolchain.toml file
6
- rustToolchain = with nixpkgs ; overrideRustTarget ( rustChannelOf { date = "2022-10-30" ; channel = "nightly " ; } ) ;
6
+ rustToolchain = with nixpkgs ; overrideRustTarget ( rustChannelOf { channel = "1.70 " ; } ) ;
7
7
8
8
overrideRustTarget = rustChannel : rustChannel // {
9
9
rust = rustChannel . rust . override {
18
18
# this overlay allows us to use a version of the rust toolchain specified by the rust-toolchain.toml file
19
19
rustOverlay =
20
20
import ( builtins . fetchTarball {
21
- url = "https://github.com/mozilla/nixpkgs-mozilla/archive/f233fdc4ff6ba2ffeb1e3e3cd6d63bb1297d6996 .tar.gz" ;
22
- sha256 = "1rzz03h0b38l5sg61rmfvzpbmbd5fn2jsi1ccvq22rb76s1nbh8i " ;
21
+ url = "https://github.com/mozilla/nixpkgs-mozilla/archive/7800b921f749d74ecb8456f35f7ef04cd49b4d24 .tar.gz" ;
22
+ sha256 = "1shxjmpmx92q9msh9qy3bz3pk9xcj4rkbphy0q01qgmmrc2f313h " ;
23
23
} ) ;
24
24
25
25
# pinned version of nix packages
You can’t perform that action at this time.
0 commit comments