aboutsummaryrefslogtreecommitdiff
path: root/nix/rust.nix
blob: 3d8b6fcaee20c3b74b84a3f1d607c8da7673915d (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-05-18";
  targets = [ ];
  chan = pkgs.rustChannelOfTargets channel date targets;
in chan