aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/experimental-features.hh
diff options
context:
space:
mode:
authorThéophane Hufschmitt <theophane.hufschmitt@tweag.io>2023-05-12 09:56:39 +0200
committerThéophane Hufschmitt <theophane.hufschmitt@tweag.io>2023-08-07 16:53:37 +0200
commitad410abbe0d66a72927bd715af355d88a4e939d9 (patch)
tree513619cd48299e5acb5c0f27a1bd109796c1818b /src/libutil/experimental-features.hh
parent5df0f1755f36c2dbee29e5e434e1adc138601d5f (diff)
Stabilize `discard-references`
It has been there for a few releases now (landed in 2.14.0), doesn't seem to cause any major issue and is wanted in a few places (https://github.com/NixOS/nix/pull/7087#issuecomment-1544471346).
Diffstat (limited to 'src/libutil/experimental-features.hh')
-rw-r--r--src/libutil/experimental-features.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/experimental-features.hh b/src/libutil/experimental-features.hh
index faf2e9398..add592ae6 100644
--- a/src/libutil/experimental-features.hh
+++ b/src/libutil/experimental-features.hh
@@ -27,7 +27,6 @@ enum struct ExperimentalFeature
ReplFlake,
AutoAllocateUids,
Cgroups,
- DiscardReferences,
DaemonTrustOverride,
DynamicDerivations,
ParseTomlTimestamps,