diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-24 21:33:20 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-03-24 21:33:33 +0100 |
commit | f902f3c2cbfa1a78bec8d135297abe244452e794 (patch) | |
tree | e735153ac8e67e25d3d92f78e7e7267bb4a7c9c9 /src/libutil/experimental-features.hh | |
parent | e5f7029ba49a486c1b0c8011be79b8b41be20935 (diff) |
Add experimental feature 'fetch-closure'
Diffstat (limited to 'src/libutil/experimental-features.hh')
-rw-r--r-- | src/libutil/experimental-features.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libutil/experimental-features.hh b/src/libutil/experimental-features.hh index 291a58e32..b5140dcfe 100644 --- a/src/libutil/experimental-features.hh +++ b/src/libutil/experimental-features.hh @@ -19,7 +19,8 @@ enum struct ExperimentalFeature Flakes, NixCommand, RecursiveNix, - NoUrlLiterals + NoUrlLiterals, + FetchClosure, }; /** |