diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T19·46+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T19·48+0200 |
commit | 7d09557096e277445b60ca80c0b19366ec612432 (patch) | |
tree | 439cf67f35c51238a4cb9e2c1f14c95d0bb8da0f /.gitmodules | |
parent | 10d1ad92801ce667e07fc4726914e50a13a3e420 (diff) |
feat: Add nixpkgs-mozilla overlay
Imports the nixpkgs-mozilla overlay and installs stable Rust from the same channel as rustup.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000000..b51f28b60aec --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nixpkgs-mozilla"] + path = nixpkgs-mozilla + url = git@github.com:mozilla/nixpkgs-mozilla.git |