mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Make the flakes experimental feature stable
This commit is contained in:
parent
7747a501db
commit
590920eed2
27 changed files with 59 additions and 107 deletions
|
|
@ -394,9 +394,6 @@ void completeFlakeRefWithFragment(
|
|||
|
||||
void completeFlakeRef(AddCompletions & completions, ref<Store> store, std::string_view prefix)
|
||||
{
|
||||
if (!experimentalFeatureSettings.isEnabled(Xp::Flakes))
|
||||
return;
|
||||
|
||||
if (prefix == "")
|
||||
completions.add(".");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue