summaryrefslogtreecommitdiffstats
path: root/example.rc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-09-24 19:15:07 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-10-04 14:14:41 +0200
commite2693357c825a93dbaf4ca96338f631949fff10a (patch)
treea7b591ca4addb22cf00981e50dbffa31c726ab4d /example.rc
parent31f574aaa2819c72dfcc2ac7905a85b744922dfa (diff)
Add option to update remote before generating tag in nixpkgs
Add config var: Remote name for upstream nixpkgs
Diffstat (limited to 'example.rc')
-rw-r--r--example.rc7
1 files changed, 7 insertions, 0 deletions
diff --git a/example.rc b/example.rc
index acca991..323446c 100644
--- a/example.rc
+++ b/example.rc
@@ -34,6 +34,13 @@ RC_SWITCH_DEFAULT_TAG_FLAGS="-a"
#
RC_SWITCH_DEFAULT_TAG_FLAGS_NIXPKGS=""
+
+#
+# The name of the remote in your nixpkgs clone which refers to the official
+# repository of nixpkgs. Multiple entries must be seperated with space.
+#
+RC_SWITCH_UPSTREAM_NIXPKGS_REMOTE_NAME=upstream
+
#
# Container configuration templates can be put in single files and put in a
# directory which should be configured here.