aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next
diff options
context:
space:
mode:
authorAlois Wohlschlager <alois1@gmx-topmail.de>2024-06-29 20:23:17 +0200
committerAlois Wohlschlager <alois1@gmx-topmail.de>2024-06-30 19:28:14 +0200
commita55112898e23df10a7a0d2a0cd359996100e3512 (patch)
treefbd58bf13294d34b780dacb3404a077718052c4c /doc/manual/rl-next
parent5dc85e8b72d1ba433f69200537146275ff1c4a03 (diff)
libexpr/flake: allow automatic rejection of configuration options from flakes
The `allow-flake-configuration` option allows the user to control whether to accept configuration options supplied by flakes. Unfortunately, setting this to false really meant "ask each time" (with an option to remember the choice for each specific option encountered). Let no mean no, and introduce (and default to) a separate value for the "ask each time" behaviour. Co-Authored-By: Jade Lovelace <lix@jade.fyi> Change-Id: I7ccd67a95bfc92cffc1ebdc972d243f5191cc1b4
Diffstat (limited to 'doc/manual/rl-next')
-rw-r--r--doc/manual/rl-next/reject-flake-config.md9
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`.