diff options
author | regnat <rg@regnat.ovh> | 2021-06-02 11:26:04 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-06-02 11:26:04 +0200 |
commit | 838f862f4f89346fa8510317b5b1505633c28ff6 (patch) | |
tree | 41008b3f1b52b87dd80346dc88a56b0d7dbddfb9 /src/nix/flake-check.md | |
parent | 7565308d0474f5f76758d0ca2487d63e5b6335c0 (diff) |
doc: Wrap at 80 characters
Diffstat (limited to 'src/nix/flake-check.md')
-rw-r--r-- | src/nix/flake-check.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nix/flake-check.md b/src/nix/flake-check.md index 12d33c5f9..8ef932954 100644 --- a/src/nix/flake-check.md +++ b/src/nix/flake-check.md @@ -22,7 +22,9 @@ This command verifies that the flake specified by flake reference that the derivations specified by the flake's `checks` output can be built successfully. -If the `keep-going` option is set to `true`, Nix will keep evaluating as much as it can and report the errors as it encounters them. Otherwise it will stop at the first error. +If the `keep-going` option is set to `true`, Nix will keep evaluating as much +as it can and report the errors as it encounters them. Otherwise it will stop +at the first error. # Evaluation checks |