mirror of
https://github.com/NixOS/nix
synced 2025-07-03 18:41:47 +02:00
parent
c762b65dc5
commit
c7dcdb8325
11 changed files with 124 additions and 80 deletions
|
@ -326,6 +326,12 @@ struct MixEnvironment : virtual Args {
|
|||
void setEnviron();
|
||||
};
|
||||
|
||||
void completeFlakeInputPath(
|
||||
AddCompletions & completions,
|
||||
ref<EvalState> evalState,
|
||||
const std::vector<FlakeRef> & flakeRefs,
|
||||
std::string_view prefix);
|
||||
|
||||
void completeFlakeRef(AddCompletions & completions, ref<Store> store, std::string_view prefix);
|
||||
|
||||
void completeFlakeRefWithFragment(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue