1
0
Fork 0
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:
John Ericson 2023-09-28 21:21:58 -04:00
parent c816c67eed
commit bfe1308d3f
3 changed files with 13 additions and 1 deletions

View file

@ -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; }
};