summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-07-28 18:24:26 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-08-01 20:46:05 +0200
commit53dd97f79c6bcca27987750a615af5cfb295455b (patch)
tree2750cb823bdaeb8af8bc2a19d32b512554c582a9
parent08fccd8ecabc56cdffcbe02e443860ed50f930b6 (diff)
Add example rc file
-rw-r--r--example.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/example.rc b/example.rc
new file mode 100644
index 0000000..31542ff
--- /dev/null
+++ b/example.rc
@@ -0,0 +1,18 @@
+#!/usr/bin/env bash
+
+#
+# This is an example configuration file for nix-scripts. Copy this file to
+# ~/.nix-scripts.rc and change the values of the variables to match your setup.
+# Remember to update the configuration file whenever you update nix-scripts.
+#
+
+#
+# Path to your configuration directory, where a git lives.
+#
+RC_CONFIG=~/config
+
+#
+# Path to your nixpkgs clone
+#
+RC_NIXPKGS=~/nixpkgs
+