stm32: cleanup rustManifest

pull/33/head
Sebastien Bourdeauducq 2020-09-11 22:21:15 +08:00
parent e4d6dd253d
commit e6fb3088b1
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
{ pkgs ? import <nixpkgs> {}, rustManifest ? ./stm32/channel-rust-nightly.toml }: { pkgs ? import <nixpkgs> {} }:
let let
jobs = import ./stm32/default.nix { jobs = import ./stm32/default.nix {
inherit rustManifest;
mozillaOverlay = import <mozillaOverlay>; mozillaOverlay = import <mozillaOverlay>;
}; };
in in

View File

@ -1,6 +1,6 @@
{ # Use master branch of the overlay by default { # Use master branch of the overlay by default
mozillaOverlay ? import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz), mozillaOverlay ? import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz),
rustManifest ? builtins.fetchurl "https://static.rust-lang.org/dist/channel-rust-nightly.toml" rustManifest ? ./channel-rust-nightly.toml
}: }:
let let