Skip to content
Snippets Groups Projects
Commit eccc8558 authored by Astro's avatar Astro :gear:
Browse files

hydra: l0dables.nix args

parent bc23386b
Branches
Tags
No related merge requests found
Pipeline #3838 failed
{ 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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment