nix/pkgs: pin nightly rust
oops.
This commit is contained in:
parent
c9cc5cc5f4
commit
bde764c537
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs-mozilla = pkgs.callPackages ./nixpkgs-mozilla {};
|
nixpkgs-mozilla = pkgs.callPackages ./nixpkgs-mozilla {};
|
||||||
nightlyRust = depot.pkgs.nixpkgs-mozilla.latest.rustChannels.nightly;
|
nightlyRust = depot.pkgs.nixpkgs-mozilla.rustChannelOf {
|
||||||
|
date = "2021-11-20";
|
||||||
|
channel = "nightly";
|
||||||
|
sha256 = "sha256:121f91ghml2dpvlqb0r7bk7gqgbjj5a1zv66zk0samnyq8zqp7h6";
|
||||||
|
};
|
||||||
nightlyRustPlatform = pkgs.makeRustPlatform {
|
nightlyRustPlatform = pkgs.makeRustPlatform {
|
||||||
rustc = depot.pkgs.nightlyRust.rust;
|
rustc = depot.pkgs.nightlyRust.rust;
|
||||||
inherit (depot.pkgs.nightlyRust) cargo;
|
inherit (depot.pkgs.nightlyRust) cargo;
|
||||||
|
|
Loading…
Reference in a new issue