mirror of
https://github.com/NixOS/nix
synced 2025-07-03 10:21:47 +02:00
Require (new) computed-derivations experimental feature for ! installable
This commit is contained in:
parent
9c6be01d5f
commit
6951b26ed0
4 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,7 @@ std::map<ExperimentalFeature, std::string> stringifiedXpFeatures = {
|
|||
{ Xp::RecursiveNix, "recursive-nix" },
|
||||
{ Xp::NoUrlLiterals, "no-url-literals" },
|
||||
{ Xp::FetchClosure, "fetch-closure" },
|
||||
{ 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