summaryrefslogtreecommitdiffstats
path: root/example.rc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-09-29 12:01:03 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-09-29 12:09:05 +0200
commit5f8353b3c62e8b42079069951997130ac8e4248b (patch)
treed5781bc1e352d2851f0cb0b07e899929e17d7bc1 /example.rc
parente27c36908e61b267330e063ae11f5efdfed70626 (diff)
update-package-def: Add -j option to build in parallel
Diffstat (limited to 'example.rc')
-rw-r--r--example.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/example.rc b/example.rc
index 272312f..fe1413c 100644
--- a/example.rc
+++ b/example.rc
@@ -42,3 +42,15 @@ RC_SWITCH_DEFAULT_TAG_FLAGS_NIXPKGS=""
#
RC_CONTAINER_CONF_TEMPLATE_DIR=~/.nixos-scripts-container-conf-templates/
+
+#
+#
+# Command: update-package-def
+#
+#
+
+#
+# default number to pass to "nix-build -j"
+#
+RC_UPD_NIX_BUILD_J=2
+