diff options
Diffstat (limited to 'src/libutil/deprecated-features.hh')
-rw-r--r-- | src/libutil/deprecated-features.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/deprecated-features.hh b/src/libutil/deprecated-features.hh index d4d8a57a9..bdff1bcdb 100644 --- a/src/libutil/deprecated-features.hh +++ b/src/libutil/deprecated-features.hh @@ -19,6 +19,7 @@ namespace nix { enum struct DeprecatedFeature { RecSetOverrides, + AncientLet, UrlLiterals, }; |