diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-09-29 23:33:16 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-09-29 23:33:16 +0200 |
commit | 64e9b3c83b7cf7f3c7348426666ccca2ca395d28 (patch) | |
tree | aef47184cd3a12a434c0a6fe59f89a2297020d70 /src/libfetchers/fetchers.hh | |
parent | e2d398c200023a0d1e0054c536e7f6438bd2b139 (diff) |
nix registry list: Show 'dir' attribute
Issue #4050.
Diffstat (limited to 'src/libfetchers/fetchers.hh')
-rw-r--r-- | src/libfetchers/fetchers.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libfetchers/fetchers.hh b/src/libfetchers/fetchers.hh index 36d44f6e1..cc31a31b9 100644 --- a/src/libfetchers/fetchers.hh +++ b/src/libfetchers/fetchers.hh @@ -39,6 +39,8 @@ public: ParsedURL toURL() const; + std::string toURLString(const std::map<std::string, std::string> & extraQuery = {}) const; + std::string to_string() const; Attrs toAttrs() const; |