1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 04:18:00 +02:00

Actually remove the "flakes" experimental feature

To avoid annoying warnings, this is now a "stabilized" feature.
This commit is contained in:
Eelco Dolstra 2024-07-10 16:49:46 +02:00
parent 16c8f9016b
commit 50d7ce6c6a
3 changed files with 12 additions and 13 deletions

View file

@ -19,7 +19,6 @@ enum struct ExperimentalFeature
{
CaDerivations,
ImpureDerivations,
Flakes,
FetchTree,
NixCommand,
GitHashing,
@ -38,6 +37,8 @@ enum struct ExperimentalFeature
VerifiedFetches,
};
extern std::set<std::string> stabilizedFeatures;
/**
* Just because writing `ExperimentalFeature::CaDerivations` is way too long
*/