mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +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
|
@ -740,6 +740,7 @@ std::vector<std::shared_ptr<Installable>> SourceExprCommand::parseInstallables(
|
|||
result.push_back(std::make_shared<InstallableIndexedStorePath>(
|
||||
store,
|
||||
DerivedPath::Built::parse(*store, s)));
|
||||
settings.requireExperimentalFeature(Xp::ComputedDerivations);
|
||||
continue;
|
||||
} catch (BadStorePath &) {
|
||||
} catch (...) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue