forked from M-Labs/nix-scripts
fix hydra stm32.nix
This commit is contained in:
parent
0b332b36a2
commit
a08e9883f1
|
@ -1,10 +1,7 @@
|
|||
# For running on Hydra
|
||||
{ pkgs ? import <nixpkgs> {},
|
||||
rustManifest ? ./channel-rust-nightly.toml
|
||||
}:
|
||||
{ pkgs ? import <nixpkgs> {}, rustManifest ? ./channel-rust-nightly.toml }:
|
||||
|
||||
let
|
||||
jobs = callPackage ./default.nix {
|
||||
jobs = pkgs.callPackage ./default.nix {
|
||||
inherit rustManifest;
|
||||
mozillaOverlay = import <mozillaOverlay>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue