diff options
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/rl-next/reject-flake-config.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/rl-next/reject-flake-config.md b/doc/manual/rl-next/reject-flake-config.md new file mode 100644 index 000000000..d38edc80c --- /dev/null +++ b/doc/manual/rl-next/reject-flake-config.md @@ -0,0 +1,9 @@ +--- +synopsis: Allow automatic rejection of configuration options from flakes +cls: [1541] +credits: [alois31] +category: Improvements +--- + +Setting `accept-flake-config` to `false` now respects user choice by automatically rejecting configuration options set by flakes. +The old behaviour of asking each time is still available (and default) by setting it to the special value `ask`. |