summaryrefslogtreecommitdiffstats
path: root/example.rc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-09-29 12:30:04 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-09-29 12:30:04 +0200
commit9b5bdbca998c78ae31301eb216b265d4c163ba34 (patch)
treeb76cc464d8555a467b7fd39f9781b3075561b018 /example.rc
parente27c36908e61b267330e063ae11f5efdfed70626 (diff)
parentb9d88aab612126647c0586759a63d619a8eabd3d (diff)
Merge pull request #100 from matthiasbeyer/update-package-def-parallel
Update package def parallel
Diffstat (limited to 'example.rc')
-rw-r--r--example.rc17
1 files changed, 17 insertions, 0 deletions
diff --git a/example.rc b/example.rc
index 272312f..7cf49d6 100644
--- a/example.rc
+++ b/example.rc
@@ -42,3 +42,20 @@ 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
+
+#
+# default number to pass to "nix-build --cores"
+#
+RC_UPD_NIX_BUILD_CORES=2
+