aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-06-07 16:13:04 +0200
committerlassulus <lassulus@lassul.us>2022-07-26 21:02:05 +0200
commit117b0b32cd2038a503e3e9e122ab99d0761b1581 (patch)
tree442f05e1850224c8e6853494493861acffe83faf /README.md
parent89e5e67659bbbf0da53cc2cc5dea644b9a2301f6 (diff)
krops writeTest: make trace optional
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d868768..f67f45a 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,10 @@ below `/var/src`, and executes `NIX_PATH=/var/src nix-build -A system '<nixpkgs/
[see `writeDeploy`](#writeDeploy)
+### `trace` (optional, defaults to false)
+
+run nix-build with `--show-trace`
+
## writeCommand
This can be used to run other commands than `nixos-rebuild` or pre/post build hooks.