mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 08:49:35 +01:00
Actually remove the "flakes" experimental feature
To avoid annoying warnings, this is now a "stabilized" feature.
This commit is contained in:
parent
16c8f9016b
commit
50d7ce6c6a
3 changed files with 12 additions and 13 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue