From cc349e9a32edcada79ada4b6c3cc71034cff7974 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Sat, 28 Nov 2015 19:11:51 -0800
Subject: [PATCH] Add default repos.yaml

---
 etc/spack/repos.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 etc/spack/repos.yaml

diff --git a/etc/spack/repos.yaml b/etc/spack/repos.yaml
new file mode 100644
index 0000000000..2d4ff54ce6
--- /dev/null
+++ b/etc/spack/repos.yaml
@@ -0,0 +1,8 @@
+# -------------------------------------------------------------------------
+# This is the default spack repository configuration.
+#
+# Changes to this file will affect all users of this spack install,
+# although users can override these settings in their ~/.spack/repos.yaml.
+# -------------------------------------------------------------------------
+repos:
+  - $spack/var/spack/repos/builtin
-- 
GitLab