diff options
-rw-r--r-- | third_party/nixpkgs/default.nix | 1 | ||||
-rw-r--r-- | third_party/sources/sources.json | 12 |
2 files changed, 13 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 [ ]); }) diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index eeed10fc1ba4..2838d390edbc 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -71,6 +71,18 @@ "url": "https://github.com/NixOS/nixpkgs/archive/573603b7fdb9feb0eb8efc16ee18a015c667ab1b.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, + "rust-overlay": { + "branch": "master", + "description": "Pure and reproducible nix overlay of binary distributed rust toolchains", + "homepage": "", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "eb5da5f2f030d144f405b5195c2b688aafce4c88", + "sha256": "1c97l2s8zd458qi3k958ighh0y3mhfwp7rlxjbba5qss71q3jmq4", + "type": "tarball", + "url": "https://github.com/oxalica/rust-overlay/archive/eb5da5f2f030d144f405b5195c2b688aafce4c88.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, "rustsec-advisory-db": { "branch": "main", "description": "Security advisory database for Rust crates published through crates.io", |