wasmcloud/nix/rust.nix

11 lines
259 B
Nix
Raw Normal View History

2020-10-26 16:56:24 +00:00
{ sources ? import ./sources.nix }:
let
pkgs =
import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; };
channel = "nightly";
date = "2020-10-25";
targets = [ ];
chan = pkgs.rustChannelOfTargets channel date targets;
in chan