fix hydra stm32.nix (again)

pull/30/head
Sebastien Bourdeauducq 2019-06-01 10:44:24 +08:00
parent a08e9883f1
commit b23f215e52
1 changed files with 1 additions and 1 deletions

View File

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