aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/reject-flake-config.md
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-08-12 16:04:22 -0700
committerJade Lovelace <lix@jade.fyi>2024-08-12 16:04:22 -0700
commit7e0fee530939cded2cf036ee8b4cc3cfd1103c0e (patch)
tree2c8efb5417818e3e6400a2c39414988bd2698f9d /doc/manual/rl-next/reject-flake-config.md
parent5137cea99044d54337e439510a647743110b2d7d (diff)
release: release notes for 2.91.0
Release created with releng/create_release.xsh Change-Id: Ieb6ca02d3cf986b28440fce3792e8c38ce80a33e
Diffstat (limited to 'doc/manual/rl-next/reject-flake-config.md')
-rw-r--r--doc/manual/rl-next/reject-flake-config.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/manual/rl-next/reject-flake-config.md b/doc/manual/rl-next/reject-flake-config.md
deleted file mode 100644
index d38edc80c..000000000
--- a/doc/manual/rl-next/reject-flake-config.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-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`.