nix/pkgs: pin nightly rust

oops.
This commit is contained in:
Luke Granger-Brown 2021-11-23 12:31:34 +00:00
parent c9cc5cc5f4
commit bde764c537

View file

@ -39,7 +39,11 @@
};
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 {
rustc = depot.pkgs.nightlyRust.rust;
inherit (depot.pkgs.nightlyRust) cargo;