mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
Remove computed-derivations
experimental feature
We don't need it yet.
This commit is contained in:
parent
8735f55dec
commit
279ecf7cde
6 changed files with 1 additions and 10 deletions
|
@ -14,7 +14,6 @@ std::map<ExperimentalFeature, std::string> stringifiedXpFeatures = {
|
|||
{ Xp::NoUrlLiterals, "no-url-literals" },
|
||||
{ Xp::FetchClosure, "fetch-closure" },
|
||||
{ Xp::ReplFlake, "repl-flake" },
|
||||
{ Xp::ComputedDerivations, "computed-derivations" },
|
||||
};
|
||||
|
||||
const std::optional<ExperimentalFeature> parseExperimentalFeature(const std::string_view & name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue