aboutsummaryrefslogtreecommitdiff
path: root/nix/rust.nix
blob: 2f586f3e4b30cad549c1db5b3a66e6fa54d72f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ sources ? import ./sources.nix }:

let
  pkgs = import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; };
  channel = "nightly";
  date = "2021-06-24";
  targets = [ ];
  chan = pkgs.rustChannelOfTargets channel date targets;
in chan