From 38d01f7f3b3f5679e704456fe3ec51c768a7a052 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 27 Jul 2022 13:53:48 +0300 Subject: feat(3p): add pure rust-overlay this overlay makes things like webassembly toolchains accessible in depot. it is similar to the official mozilla overlay, except fully pinned and updated daily by the upstream. Change-Id: I0eb31a43d367807d5d7e70269852c1520159cca6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5979 Tested-by: BuildkiteCI Reviewed-by: wpcarro Reviewed-by: grfn --- third_party/nixpkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/nixpkgs/default.nix') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 9ac3e05149..9060b5e0e1 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -70,5 +70,6 @@ import nixpkgsSrc (commonNixpkgsArgs // { depot.third_party.overlays.tvl depot.third_party.overlays.ecl-static depot.third_party.overlays.dhall + (import depot.third_party.sources.rust-overlay) ] else [ ]); }) -- cgit 1.4.1