mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02: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
|
@ -191,7 +191,7 @@ namespace nix {
|
|||
"description",
|
||||
{},
|
||||
true,
|
||||
Xp::Flakes,
|
||||
Xp::CaDerivations,
|
||||
};
|
||||
setting.assign("value");
|
||||
|
||||
|
@ -203,7 +203,7 @@ namespace nix {
|
|||
"description": "description\n",
|
||||
"documentDefault": true,
|
||||
"value": "value",
|
||||
"experimentalFeature": "flakes"
|
||||
"experimentalFeature": "ca-derivations"
|
||||
}
|
||||
})#"_json);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue