From eccc855868bd6abf9e206bf56f670c20e68eeaa1 Mon Sep 17 00:00:00 2001 From: Astro <astro@spaceboyz.net> Date: Thu, 5 Sep 2019 22:44:22 +0200 Subject: [PATCH] hydra: l0dables.nix args --- hydra/l0dables.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hydra/l0dables.nix b/hydra/l0dables.nix index 5628489..4100222 100644 --- a/hydra/l0dables.nix +++ b/hydra/l0dables.nix @@ -1,7 +1,8 @@ +{ rustManifest ? ./channel-rust-nightly.toml, + mozillaOverlay ? import <mozillaOverlay>, + pkgs ? (import <nixpkgs> { overlays = [ mozillaOverlay ]; }), +}: let - rustManifest = ./channel-rust-nightly.toml; - mozillaOverlay = import <mozillaOverlay>; - pkgs = (import <nixpkgs> { overlays = [ mozillaOverlay ]; }); pkgs' = pkgs // { rustChannelOfTargets = _channel: _date: targets: (pkgs.lib.rustLib.fromManifestFile rustManifest { -- GitLab