diff options
author | Tom Bereknyei <tomberek@gmail.com> | 2022-05-20 08:20:00 -0400 |
---|---|---|
committer | Tom Bereknyei <tomberek@gmail.com> | 2022-05-20 08:20:00 -0400 |
commit | 7a04fb1c56ca60652c2a44019b31fe8cf2e2bc46 (patch) | |
tree | b16cd5856ca2ebec17fc5719ce7dfb9385e72741 /src/libutil/experimental-features.hh | |
parent | 0053dab43f9ca350c27235f8a58b5d550bfffd38 (diff) |
repl: add repl-flake experimental feature for gating
Diffstat (limited to 'src/libutil/experimental-features.hh')
-rw-r--r-- | src/libutil/experimental-features.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/experimental-features.hh b/src/libutil/experimental-features.hh index 57512830c..d09ab025c 100644 --- a/src/libutil/experimental-features.hh +++ b/src/libutil/experimental-features.hh @@ -22,6 +22,7 @@ enum struct ExperimentalFeature RecursiveNix, NoUrlLiterals, FetchClosure, + ReplFlake, }; /** |