Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Astro
rust-card10
Commits
ca2921e5
Commit
ca2921e5
authored
Sep 05, 2019
by
Astro
⚙
Browse files
Revert "hydra: l0dables.nix args"
This reverts commit
eccc8558
.
parent
eccc8558
Pipeline
#3839
passed with stage
in 15 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hydra/l0dables.nix
View file @
ca2921e5
{
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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment