mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
Add infra for InputSchemes
to be experimental
This commit is contained in:
parent
c816c67eed
commit
bfe1308d3f
3 changed files with 13 additions and 1 deletions
|
@ -236,7 +236,7 @@ struct Command : virtual public Args
|
|||
|
||||
static constexpr Category catDefault = 0;
|
||||
|
||||
virtual std::optional<ExperimentalFeature> experimentalFeature ();
|
||||
virtual std::optional<ExperimentalFeature> experimentalFeature();
|
||||
|
||||
virtual Category category() { return catDefault; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue