mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-21 21:46:15 +02:00
remove Xp::ReplFlake
This commit is contained in:
parent
05c190487d
commit
afffb6659d
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ $ nix shell jq gron kubectl
|
|||
The following experimental features are enabled by default:
|
||||
- `flakes` (`Xp::Flakes`)
|
||||
- `nix-command` (`Xp::NixCommand`)
|
||||
- `repl-flake` (`Xp::ReplFlake`)
|
||||
- `fetch-tree` (`Xp::FetchTree`)
|
||||
|
||||
### Additional settings
|
||||
|
|
|
@ -511,7 +511,6 @@ bool ExperimentalFeatureSettings::isEnabled(const ExperimentalFeature & feature)
|
|||
switch (feature) {
|
||||
case ExperimentalFeature::Flakes:
|
||||
case ExperimentalFeature::NixCommand:
|
||||
case ExperimentalFeature::ReplFlake:
|
||||
case ExperimentalFeature::FetchTree:
|
||||
return true;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue