nix flake: Add completion support

This commit is contained in:
Eelco Dolstra
2020-05-11 22:10:33 +02:00
parent 27d34ef770
commit 649c2db308
3 changed files with 27 additions and 10 deletions
+2
View File
@@ -38,6 +38,8 @@ struct EvalCommand : virtual StoreCommand, MixEvalArgs
ref<EvalState> getEvalState();
std::shared_ptr<EvalState> evalState;
void completeFlakeRef(std::string_view prefix);
};
struct MixFlakeOptions : virtual Args