diff options
author | Vincent Ambo <mail@tazj.in> | 2022-07-27T10·53+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-07-27T21·54+0000 |
commit | 38d01f7f3b3f5679e704456fe3ec51c768a7a052 (patch) | |
tree | d363f637a9626075ccf3242de1cf2c88db57533b /third_party/nixpkgs | |
parent | 7bfc859bfce91d8a33b829e439141269ea6647d4 (diff) |
feat(3p): add pure rust-overlay r/4324
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 <wpcarro@gmail.com> Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r-- | third_party/nixpkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 9ac3e05149bd..9060b5e0e1b7 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 [ ]); }) |