mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
patch: enable all experimental features (@DavHau)
This commit is contained in:
parent
3fd4fd0d23
commit
244636e599
1 changed files with 1 additions and 2 deletions
|
@ -168,8 +168,7 @@ bool Settings::isExperimentalFeatureEnabled(const ExperimentalFeature & feature)
|
||||||
|
|
||||||
void Settings::requireExperimentalFeature(const ExperimentalFeature & feature)
|
void Settings::requireExperimentalFeature(const ExperimentalFeature & feature)
|
||||||
{
|
{
|
||||||
if (!isExperimentalFeatureEnabled(feature))
|
return;
|
||||||
throw MissingExperimentalFeature(feature);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Settings::isWSL1()
|
bool Settings::isWSL1()
|
||||||
|
|
Loading…
Reference in a new issue